Install the anzu package

This commit is contained in:
Gergely Polonkai 2016-11-07 23:57:35 +01:00
parent 031e5fe6c0
commit ae47b2b574
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,7 @@
achievements
ag
alert
anzu
auto-highlight-symbol
auto-package-update
avy

View File

@ -782,6 +782,11 @@
:config
(add-hook 'emacs-lisp-mode-hook 'form-feed-mode))
(use-package anzu
:ensure t
:config
(global-anzu-mode 1))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")