Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
Ivan Malison 2017-07-20 14:43:25 -07:00
commit 3f57599e0f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3800,6 +3800,14 @@ emr (emacs refactor) provides support for refactoring in many programming langua
(progn
(add-hook 'prog-mode-hook 'semantic-mode)))
#+END_SRC
** language-server-protocol (lsp)
#+BEGIN_SRC emacs-lisp
(use-package lsp-mode
:config
(progn
(add-hook 'prog-major-mode 'lsp-mode)
(require 'lsp-flycheck)))
#+END_SRC
* Utility
** term
The main thing I do here is restore a bunch of keybindings that are eliminated