diff --git a/emacs.org b/emacs.org index e5f5f65..c40725c 100644 --- a/emacs.org +++ b/emacs.org @@ -1150,7 +1150,7 @@ Instead of text might as well get a decent mode hook going here. #+BEGIN_SRC emacs-lisp (use-package xcscope :defer t - :init (progn (cscope-setup)) + :config (progn (cscope-setup)) ) #+END_SRC