more customization
This commit is contained in:
parent
9a07e08035
commit
56611ce8ec
3 changed files with 10 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
|||
;; accept. For example:
|
||||
(setq doom-font (font-spec :family "JetBrains Mono" :size 14))
|
||||
|
||||
(setq fancy-splash-image (concat doom-private-dir "splash.png"))
|
||||
|
||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||
;; `load-theme' function. This is the default:
|
||||
|
@ -364,6 +366,13 @@
|
|||
"s-<down>" #'end-of-buffer
|
||||
"M-s-v" #'consult-yank-from-kill-ring)
|
||||
|
||||
(map! :map lispy-mode-map
|
||||
"M-<left>" nil
|
||||
"M-<right>" nil)
|
||||
(map! :map lispy-mode-map-lispy
|
||||
"M-<left>" nil
|
||||
"M-<right>" nil)
|
||||
|
||||
(cond
|
||||
((string-equal system-type "darwin")
|
||||
(setq frame-resize-pixelwise t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue