~protesilaos/basic-emacs

1357fb78bcdb566e644c51ab59afad3a9559fa7c — Protesilaos Stavrou 1 year, 3 months ago aeca20c main
Fix typo in sample configuration
1 files changed, 1 insertions(+), 1 deletions(-)

M basic-emacs.org
M basic-emacs.org => basic-emacs.org +1 -1
@@ 157,7 157,7 @@ only for specific modes, such as in major modes that are related to
programming ([[#h:4362f361-ab99-453d-844f-5145a0e43967][What are hooks and when to use them]]).  Here is the idea:

#+begin_example
(add-hook 'prog-mode-hook 'display-line-numbers)
(add-hook 'prog-mode-hook 'display-line-numbers-mode)
#+end_example

** Enable the contextual mouse menu (right click)