Compare commits
No commits in common. "182a8e62dbe103bf3fde13515b045e5908780138" and "6c6320d1f8ee97074973981e5c426d8e49379611" have entirely different histories.
182a8e62db
...
6c6320d1f8
@ -1285,7 +1285,7 @@ A quick and useful script I often use is a ~curl~ request to [[http://v2.wttr.in
|
||||
rofi -dmenu -i -p "Resolution" | \
|
||||
string split " ")
|
||||
set FCODE $FORMAT[2]
|
||||
mpv --ytdl-format=$FCODE+bestaudio/best "$URL"
|
||||
mpv --ytdl-format=$FCODE "$URL"
|
||||
end
|
||||
#+END_SRC
|
||||
|
||||
|
@ -1579,6 +1579,15 @@ Finally, let’s enable globally ~diredfl~ so we can get a colourful Dired buffe
|
||||
(diredfl-global-mode 1)
|
||||
#+END_SRC
|
||||
|
||||
*** Emacs Lisp
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: User-Configuration-Emacs-builtins-Emacs-Lisp-36d134d8
|
||||
:END:
|
||||
This chapter will be really short, as most of the defaults I get with Emacs quite fit my needs. However, I wish to declare a custom leader key chord for evil-lisp-state:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(evil-lisp-state-leader ", l")
|
||||
#+END_SRC
|
||||
|
||||
*** Eshell
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: User_Configuration-Eshell-3012e67e
|
||||
|
Loading…
x
Reference in New Issue
Block a user