Browse Source

minor cleanup

master
Marc Pohling 6 years ago
parent
commit
079b867633
1 changed files with 4 additions and 1 deletions
  1. 5
      config.org

5
config.org

@ -503,11 +503,14 @@ Maybe add [[https://github.com/hlissner/emacs-company-dict][company-dict]]? It's
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package projectile (use-package projectile
:ensure t
:defer t :defer t
:bind
(("C-c p p" . projectile-switch-project)
("C-c p s s" . projectile-ag))
:init :init
(setq-default (setq-default
projectile-cache-file (expand-file-name ".projectile-cache" user-emacs-directory) projectile-cache-file (expand-file-name ".projectile-cache" user-emacs-directory)
projectile-keymap-prefix (kbd "C-c C-p")
projectile-known-projects-file (expand-file-name projectile-known-projects-file (expand-file-name
".projectile-bookmarks" user-emacs-directory)) ".projectile-bookmarks" user-emacs-directory))
:config :config

Loading…
Cancel
Save