diff options
Diffstat (limited to '')
| -rw-r--r-- | init.org | 34 | 
1 files changed, 19 insertions, 15 deletions
@@ -1138,23 +1138,9 @@ There's no way I could top that, so I won't attempt to.     ("s"   . outline-show-subtree)))  #+end_src -* Borg's =layer/essentials= -:PROPERTIES: -:CUSTOM_ID: borg-essentials -:END: - -TODO: break this giant source block down into individual org sections. +*** Dired  #+begin_src emacs-lisp -(use-package dash -  :config (dash-enable-font-lock)) - -(use-package diff-hl -  :config -  (setq diff-hl-draw-borders nil) -  (global-diff-hl-mode) -  (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t)) -  (use-feature ls-lisp    :custom (ls-lisp-dirs-first t)) @@ -1194,6 +1180,24 @@ TODO: break this giant source block down into individual org sections.                          (interactive)                          (a/dired-start-process "zathura"))))    :hook (dired-mode . dired-hide-details-mode)) +#+end_src + +*** Borg's =layer/essentials= +:PROPERTIES: +:CUSTOM_ID: borg-essentials +:END: + +TODO: break this giant source block down into individual org sections. + +#+begin_src emacs-lisp +(use-package dash +  :config (dash-enable-font-lock)) + +(use-package diff-hl +  :config +  (setq diff-hl-draw-borders nil) +  (global-diff-hl-mode) +  (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))  (use-feature eldoc    :when (version< "25" emacs-version)  | 
