浏览代码

These helm things are not needed now.

master
Mitch Tishmack 10 年前
父节点
当前提交
f3380a97e4
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. +0
    -9
      emacs.org

+ 0
- 9
emacs.org 查看文件

@@ -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.


正在加载...
取消
保存