system changes
This commit is contained in:
parent
d5aad9a25d
commit
fc24211a6f
1 changed files with 6 additions and 0 deletions
|
@ -397,6 +397,12 @@ Smooth scrolling with =ultra-scroll=.
|
|||
(ultra-scroll-mode 1))
|
||||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package pomodoro-mode
|
||||
:ensure (pomodoro-mode :host github :repo "jjanzenn/pomodoro-mode"))
|
||||
#+end_src
|
||||
|
||||
|
||||
* Languages
|
||||
|
||||
Configure =org-mode=. I use =~/org= as my =org= directory and hide emphasis markers because it's much easier to read that way. I enable =org-crypt= to allow reading and writing encrypted =org= files. I also replace bullets in bulleted lists with nicer looking icons. I configure faces to default to variable-width font, but switching to monospace where it is necessary. Finally, I use =visual-fill-column= to make =org= files display with a relatively narrow window centred in the frame.
|
||||
|
|
Loading…
Add table
Reference in a new issue