system changes
This commit is contained in:
parent
9402de0da9
commit
445b8beff2
2 changed files with 5 additions and 2 deletions
|
@ -415,10 +415,12 @@ Install my pomodoro timer package.
|
||||||
|
|
||||||
Configure =emms= as a music player.
|
Configure =emms= as a music player.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package emms)
|
(use-package emms
|
||||||
|
:init
|
||||||
|
(setq emms-player-list '(emms-player-vlc)
|
||||||
|
emms-info-functions '(emms-info-native)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
* Languages
|
* 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.
|
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.
|
||||||
|
|
|
@ -27,6 +27,7 @@ Import configurations for programs and install programs with no configuration.
|
||||||
dos2unix
|
dos2unix
|
||||||
eza
|
eza
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
findutils
|
||||||
fzf
|
fzf
|
||||||
gnuplot
|
gnuplot
|
||||||
gnutls
|
gnutls
|
||||||
|
|
Loading…
Add table
Reference in a new issue