diff options
author | Alan Pearce | 2017-09-22 12:47:49 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-22 12:47:49 +0200 |
commit | ef8d2f00783a7b403fb330edde2dd516d7825bab (patch) | |
tree | c0727f24362615b5e7ca25b11933d6214a1b8eab /emacs | |
parent | a129355e81814b068993fca2fc8dc71e7501b3dc (diff) | |
download | dotfiles-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.el | 1 |
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) |