Add vc-git-print-log-follow and apropos-do-all
This commit is contained in:
10
init.el
10
init.el
@@ -166,6 +166,10 @@
|
||||
(setq version-control t) ; Use version numbers for backup files
|
||||
(setq kept-new-versions 5)
|
||||
(setq kept-old-versions 5)
|
||||
|
||||
;;; VC
|
||||
|
||||
(setq vc-git-print-log-follow t)
|
||||
(setq vc-make-backup-files nil) ; Do not backup version controlled files
|
||||
|
||||
;;; Auto save
|
||||
@@ -401,6 +405,12 @@
|
||||
(setq ediff-window-setup-function #'ediff-setup-windows-plain
|
||||
ediff-split-window-function #'split-window-horizontally)
|
||||
|
||||
;;; Help
|
||||
|
||||
;; Enhance `apropos' and related functions to perform more extensive searches,
|
||||
;; increasing their usefulness.
|
||||
(setq apropos-do-all t)
|
||||
|
||||
;;; Load post-init.el
|
||||
(minimal-emacs-load-user-init "post-init.el")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user