[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
THE RETURN OF COMPANY MODE D:
smart-documents.org
@@ -615,6 +615,13 @@
615
615
(add-hook 'text-mode-hook 'flyspell-mode)
616
616
#+END_SRC
617
617
618
Added:
*** Completion
619
Added:
620
Added:
#+BEGIN_SRC emacs-lisp :tangle yes
621
Added:
(use-package company)
622
Added:
(add-hook 'after-init-hook 'global-company-mode)
623
Added:
#+END_SRC
624
Added:
618
625
*** Insert template from keyword
619
626
620
627
Thanks to ~yasnippet~, we can type certain keywords, then press =TAB=,