Move stuff around

This commit is contained in:
Case Duckworth 2022-01-04 00:40:11 -06:00
parent 43f693d750
commit e9a1034f8c
1 changed files with 3 additions and 4 deletions

View File

@ -21,20 +21,19 @@
private))
(require (or (car-safe feature) feature) (cdr-safe feature) :noerror))
(setq debug-on-error t)
(setq debug-on-error (memq system-type '(msdos windows-nt)))
(setup (:require +emacs)
(:also-load +lisp)
;; +emacs.el contains super-basic defaults that are basically necessary for
;; good functioning. In this block, I add extra things or more "experimental"
;; ones that might not belong in a separate file.
(:also-load +lisp)
(:option truncate-string-ellipsis "")
;; Bindings
(:global "C-x C-k" #'kill-current-buffer
"C-x 4 n" #'clone-buffer
"C-c v" #'visible-mode
"C-M-;" #'+lisp-comment-or-uncomment-sexp
"<f12>" #'consult-buffer)
"C-M-;" #'+lisp-comment-or-uncomment-sexp)
;; Unbind stuff, too.
(dolist (key '("C-M-j"
"M-j"))