Changeset d80bfc6 in dotfiles


Ignore:
Timestamp:
Aug 2, 2022, 4:45:48 AM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
433d6e8
Parents:
27ebe67
Message:

Emacs: highlight current line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/.emacs.d/.emacs-config.org

    r27ebe67 rd80bfc6  
    310310   '(tool-bar ((t (:background "grey80" :foreground "grey10"))))
    311311   '(fill-column-indicator ((t (:foreground "grey95"))))
    312    '(hl-line ((t (:background "gray97"))))
     312   '(hl-line ((t (:background "gray98"))))
    313313   '(fringe ((t (:background "grey90"))))
    314314   '(header-line ((t (:inherit mode-line :background "grey90"))))
     
    13051305
    13061306** Минорные твики дефолтного имакса
     1307*** Подсвечивать текущую строку
     1308#+begin_src emacs-lisp :tangle init.el
     1309  (global-hl-line-mode 1)
     1310#+end_src
     1311
    13071312*** Открывать список буферов в отдельном фрейме
    13081313#+begin_src emacs-lisp :tangle init.el
Note: See TracChangeset for help on using the changeset viewer.