|
|
|
@@ -789,9 +789,6 @@ Highlight TODO/FIXME type messages in comments. |
|
|
|
(use-package projectile |
|
|
|
:ensure t |
|
|
|
:init (projectile-global-mode) |
|
|
|
:config |
|
|
|
(progn (require 'helm-projectile) |
|
|
|
(helm-projectile-on)) |
|
|
|
) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
@@ -857,12 +854,6 @@ So I write gooder. Me fail English? Thats unpossible. |
|
|
|
(use-package writegood-mode :ensure t) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
*** helm-gtags |
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(use-package helm-gtags :ensure t) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
*** python-mode |
|
|
|
|
|
|
|
Compress down python configuration a bit. |
|
|
|
|