Telephone Line

This commit is contained in:
Curt Spark 2020-04-12 00:57:33 +01:00
parent 2abf7d23eb
commit 38efd6b7c6
1 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,14 @@ Welcome to my Emacs configuration!
#+BEGIN_SRC emacs-lisp
(scroll-bar-mode -1)
#+END_SRC
*** Telephone Line
Install the Telephone Line :
#+BEGIN_SRC emacs-lisp
(use-package telephone-line
:ensure t
:init
(telephone-line-mode 1))
#+END_SRC
** Evil Mode
#+BEGIN_SRC emacs-lisp
(use-package evil