diff --git a/emacs.d/init.el b/emacs.d/init.el index f5ea466..e17fd96 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -30,7 +30,6 @@ (flx-ido-mode) (global-company-mode) (load-theme 'now t) -(loccur-mode) (show-paren-mode) (global-set-key (kbd "C-x C-o") 'other-window) diff --git a/emacs.d/inits/package.el b/emacs.d/inits/package.el index d53c41e..5c4f162 100644 --- a/emacs.d/inits/package.el +++ b/emacs.d/inits/package.el @@ -18,7 +18,6 @@ (ido-completing-read+ t) (ido-ubiquitous t) (iedit t) - (loccur t) (magit t) (magit-popup t) (org t)