Browse Source

Enabled company mode in emacs lisp mode

master
Raphael Roberts 6 years ago
parent
commit
48b86249e1
  1. 6
      settings.org

6
settings.org

@ -291,6 +291,12 @@ This handy function is a customized ripoff of custom-save-all
(xref-find-definitions (xref-backend-identifier-at-point (xref-find-backend)))))))
(define-key js-mode-map (kbd "M-.") #'rlbr/jump-to-definition))
#+END_SRC
** Lisp
*** Emacs lisp
#+BEGIN_SRC emacs-lisp
(use-package elisp-mode
:hook (emacs-lisp-mode . company-mode))
#+END_SRC
** Magit
#+BEGIN_SRC emacs-lisp
(use-package magit

Loading…
Cancel
Save