Update small things

This commit is contained in:
Marco Thomas
2022-02-13 23:14:02 +01:00
parent f3348e4769
commit 6669361098
10 changed files with 23 additions and 57 deletions

View File

@@ -300,6 +300,13 @@ Show me relative line numbers, when in =normal= mode and absolute ones, when in
(add-hook 'evil-insert-state-exit-hook #'noct:relative)
#+end_src
Show me both line and column counter in my bar.
#+begin_src emacs-lisp :tangle yes
(line-number-mode)
(column-number-mode)
#+end_src
*** Theme
Setting my beloved =ayu= light theme with some icons.
#+begin_src emacs-lisp :tangle yes