disable semantic for now
This commit is contained in:
parent
a96273d1fd
commit
a6ecb636e8
@ -2163,6 +2163,15 @@ emr (emacs refactor) provides support for refactoring in many programming langua
|
|||||||
("M-RET" . emr-show-refactor-menu))
|
("M-RET" . emr-show-refactor-menu))
|
||||||
:config (emr-initialize))
|
:config (emr-initialize))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
**** semantic
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package semantic
|
||||||
|
:commands semantic-mode
|
||||||
|
:disabled t
|
||||||
|
:preface
|
||||||
|
(progn
|
||||||
|
(add-hook 'prog-mode-hook 'semantic-mode)))
|
||||||
|
#+END_SRC
|
||||||
** Utility
|
** Utility
|
||||||
*** term
|
*** term
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user