Telephone Line
This commit is contained in:
parent
2abf7d23eb
commit
38efd6b7c6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue