From 80a024954cb66cd18c0fd832a3bac5e21852e290 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 13 Sep 2016 19:08:32 +0200 Subject: init: Some whitespace fixes --- init.d/main.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/init.d/main.org b/init.d/main.org index 2a16320..01bba87 100644 --- a/init.d/main.org +++ b/init.d/main.org @@ -994,7 +994,7 @@ capital letters and without extension (like README or INSTALL). (add-to-list 'auto-mode-alist '("\\`[A-Z]+\\'" . text-mode)) #+end_src -** Additional modes +** Additional modes Some additional modes for editing of special files types. Most of them do not requires special configuration only =:mode= or @@ -1306,6 +1306,7 @@ buffers. (add-hook 'dired-mode-hook (lambda () (dired-omit-mode 1)))) #+end_src + ** doxymacs Currently I use doxymacs only to add font-lock for doxymacs tags. @@ -1365,6 +1366,7 @@ in the =user-emacs-directory=. (add-hook 'org-mode-hook #'turn-off-filladapt-mode) (add-hook 'compilation-mode-hook #'turn-off-filladapt-mode)) #+end_src + ** flymake-jshint When entering a javascript buffer, try to load flymake-jshint and @@ -1435,6 +1437,7 @@ right fringe a bit (left side is kept at the default width). :diminish git-gutter-mode) #+end_src + ** helm I use helm completion everywhere and I do /not/ autoload helm, because @@ -1739,6 +1742,7 @@ and committing. For writing good commit messages, I activate :config (add-hook 'magit-log-edit-mode-hook (lambda () (flyspell-mode 1)))) #+end_src + ** multi-term multi-term supports much more terminal applications than similar modes @@ -1753,6 +1757,7 @@ is, that it does not work in combination with tramp. ;;(setq multi-term-dedicated-select-after-open-p t) ) #+end_src + ** neotree I rarely use a files browser in parallel to the main window. Usually I @@ -2424,6 +2429,7 @@ different name). "templates/"))) (template-initialize)) #+end_src + ** tramp I usually have very heavy shell customization on remote hosts. I do -- cgit v1.2.3