General refactor & cleanup

+ refactor package management
+ core-editor: describe ediff
+ core-popups: alphabetized hack blocks
+ ui/doom-modeline: refactor buffer path fn
+ feature/version-control/+git: autoload magit-blame
This commit is contained in:
Henrik Lissner 2017-05-14 09:49:09 +02:00
parent af88423b35
commit 25fa4e019c
5 changed files with 21 additions and 21 deletions

View file

@ -67,7 +67,7 @@ modes are active and the buffer is read-only.")
recentf-filename-handlers '(abbreviate-file-name))
(quiet! (recentf-mode 1))
;; Ediff
;; Ediff: use existing frame instead of creating a new one
(add-hook! ediff-load
(setq ediff-diff-options "-w"
ediff-split-window-function #'split-window-horizontally