Fix #emacs fonts and buffer link command
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
(setq doom-theme 'doom-outrun-electric)
|
||||
|
||||
;; Fonts
|
||||
(setq doom-font (font-spec :family "Iosevka" :size 14))
|
||||
(setq doom-font (font-spec :family "Iosevka" :size 15))
|
||||
(setq doom-big-font (font-spec :family "Iosevka" :size 22))
|
||||
|
||||
;; Host-specific config
|
||||
@ -96,7 +96,7 @@
|
||||
:desc "MPD Previous track" "p" #'libmpdel-playback-previous)
|
||||
(:prefix "b"
|
||||
:desc "Black format buffer" "f" #'blacken-buffer
|
||||
:desc "Links in buffer" "l" #'counsel-ace-link)
|
||||
:desc "Links in buffer" "l" #'ace-link-org)
|
||||
(:prefix "/"
|
||||
:desc "Search the web" "w" #'web-search
|
||||
:desc "Search all the things" "g" #'deadgrep)
|
||||
|
||||
Reference in New Issue
Block a user