From e9a1034f8c942187ecccdf93e5d3be8c073a79b2 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 4 Jan 2022 00:40:11 -0600 Subject: Move stuff around --- init.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 5707ab6..c9cf3c7 100644 --- a/init.el +++ b/init.el @@ -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 - "" #'consult-buffer) + "C-M-;" #'+lisp-comment-or-uncomment-sexp) ;; Unbind stuff, too. (dolist (key '("C-M-j" "M-j")) -- cgit 1.4.1-21-gabe81