diff options
author | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2016-09-13 19:08:32 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2016-09-13 19:08:32 +0200 |
commit | 80a024954cb66cd18c0fd832a3bac5e21852e290 (patch) | |
tree | c1fb3f4df115ff53020a424dc4ebd679c51fd63b | |
parent | 966edfcb64bb4e8330e930d06747646e15b7dbc5 (diff) | |
download | emacs-80a024954cb66cd18c0fd832a3bac5e21852e290.tar.gz emacs-80a024954cb66cd18c0fd832a3bac5e21852e290.tar.xz emacs-80a024954cb66cd18c0fd832a3bac5e21852e290.zip |
-rw-r--r-- | init.d/main.org | 8 |
1 files changed, 7 insertions, 1 deletions
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 |