Ver código fonte

add load-path for gtags

pull/1/head
10sr 11 anos atrás
pai
commit
a0d766126a
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Ver arquivo

@@ -969,6 +969,11 @@ If called intearctively, find word at point."
;; http://eigyr.dip.jp/gtags.html
;; http://cha.la.coocan.jp/doc/gnu_global.html

(let ((d "/opt/local/share/gtags/"))
(and (file-directory-p d)
(add-to-list 'load-path
d)))

(when (lazy-load-eval 'gtags '(gtags-mode))
(add-hook 'gtags-mode-hook
(lambda ()


Carregando…
Cancelar
Salvar