diff options
| author | tslil clingman <> | 2021-09-27 08:53:17 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-09-27 08:53:17 -0400 |
| commit | fa49aa2b985398b3da4379efc46198ba6497bdfc (patch) | |
| tree | 28997c5d3947394cc66ad3a1a131c44f975256cf /emacs/inits/21-functional.el | |
| parent | c69f17c5d36fa7a4a95701f915c727b076981f2f (diff) | |
Fixed tabs!
Diffstat (limited to 'emacs/inits/21-functional.el')
| -rw-r--r-- | emacs/inits/21-functional.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/inits/21-functional.el b/emacs/inits/21-functional.el index f863145..d9e4214 100644 --- a/emacs/inits/21-functional.el +++ b/emacs/inits/21-functional.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-07-07 19h56 EDT (hobbies)> +;; Time-stamp: <2021-09-27 08h48 EDT (hobbies)> ;; ----------------------------------------------------------------------------- ;; Haskell @@ -26,7 +26,7 @@ (interactive-haskell-mode) (turn-on-haskell-doc-mode) (turn-on-haskell-decl-scan) - (lsp) + (lsp) (haskell-mode-stylish-buffer)))) :config (setq haskell-doc-show-global-types t |
