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
|
||||
|
|
2
init.el
2
init.el
|
@ -60,7 +60,7 @@
|
|||
fold ; (nigh) universal code folding
|
||||
format ; automated prettiness
|
||||
;;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
|
||||
;; objed ; text object editing for the innocent
|
||||
;; 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