summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-09-22 12:47:49 +0200
committerAlan Pearce2017-09-22 12:47:49 +0200
commitef8d2f00783a7b403fb330edde2dd516d7825bab (patch)
treec0727f24362615b5e7ca25b11933d6214a1b8eab /emacs
parenta129355e81814b068993fca2fc8dc71e7501b3dc (diff)
downloaddotfiles-ef8d2f00783a7b403fb330edde2dd516d7825bab.tar.lz
dotfiles-ef8d2f00783a7b403fb330edde2dd516d7825bab.tar.zst
dotfiles-ef8d2f00783a7b403fb330edde2dd516d7825bab.zip
Emacs: Don't complain about projectile-global-mode deprecation
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 5e5c06f..1e62453 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -531,6 +531,7 @@
 ;; ones.
 
 ;; #+BEGIN_SRC emacs-lisp
+(add-to-list 'byte-compile-not-obsolete-funcs #'projectile-global-mode)
 (use-package projectile
   :bind (("s-p" . projectile-switch-project)
          ("C-c C-f" . projectile-find-file)