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:
|
;; accept. For example:
|
||||||
(setq doom-font (font-spec :family "JetBrains Mono" :size 14))
|
(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
|
;; 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
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
|
@ -364,6 +366,13 @@
|
||||||
"s-<down>" #'end-of-buffer
|
"s-<down>" #'end-of-buffer
|
||||||
"M-s-v" #'consult-yank-from-kill-ring)
|
"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
|
(cond
|
||||||
((string-equal system-type "darwin")
|
((string-equal system-type "darwin")
|
||||||
(setq frame-resize-pixelwise t
|
(setq frame-resize-pixelwise t
|
||||||
|
|
2
init.el
2
init.el
|
@ -60,7 +60,7 @@
|
||||||
fold ; (nigh) universal code folding
|
fold ; (nigh) universal code folding
|
||||||
format ; automated prettiness
|
format ; automated prettiness
|
||||||
;;god ; run Emacs commands without modifier keys
|
;;god ; run Emacs commands without modifier keys
|
||||||
;; lispy ; vim for lisp, for people who don't like vim
|
lispy ; vim for lisp, for people who don't like vim
|
||||||
;; multiple-cursors ; editing in many places at once
|
;; multiple-cursors ; editing in many places at once
|
||||||
;; objed ; text object editing for the innocent
|
;; objed ; text object editing for the innocent
|
||||||
;; parinfer ; turn lisp into python, sort of
|
;; parinfer ; turn lisp into python, sort of
|
||||||
|
|
BIN
splash.png
Normal file
BIN
splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Add table
Add a link
Reference in a new issue