more customization

This commit is contained in:
Matt Nish-Lapidus 2023-03-06 11:19:32 -05:00
parent 9a07e08035
commit 56611ce8ec
3 changed files with 10 additions and 1 deletions

View file

@ -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