aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-essentials.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-04-29 16:46:14 -0400
committerDaniel <[email protected]>2024-04-29 16:46:14 -0400
commitbfb754bd2b58e74d194c623e2d2293597936fa5a (patch)
tree47dd53dc8f95ab5f125bb01ad880f219079d6332 /bard-emacs-modules/bard-emacs-essentials.el
parentbf25818d7a6cc7d93e63c3ce7432855701305b46 (diff)
change keybinds
Diffstat (limited to 'bard-emacs-modules/bard-emacs-essentials.el')
-rw-r--r--bard-emacs-modules/bard-emacs-essentials.el9
1 files changed, 3 insertions, 6 deletions
diff --git a/bard-emacs-modules/bard-emacs-essentials.el b/bard-emacs-modules/bard-emacs-essentials.el
index a6cddb0..49df47f 100644
--- a/bard-emacs-modules/bard-emacs-essentials.el
+++ b/bard-emacs-modules/bard-emacs-essentials.el
@@ -1,8 +1,5 @@
(require 'bard-search)
-;; Nice scrolling
-(pixel-scroll-precision-mode 1)
-
;;; Editing niceties
(electric-pair-mode t)
@@ -34,8 +31,9 @@
(global-set-key (kbd "C-x C-b") 'ibuffer)
;; Desktop/session save
-(global-set-key (kbd "C-' s") 'desktop-save-in-desktop-dir)
-(global-set-key (kbd "C-' r") 'desktop-read)
+(desktop-save-mode t)
+(global-set-key (kbd "C-z s") 'desktop-save-in-desktop-dir)
+(global-set-key (kbd "C-z r") 'desktop-read)
;;; Scratch buffers
;; Text Scratch buffers
@@ -85,7 +83,6 @@
(define-key global-map (kbd "C-z C-t") 'bard/open-terminal-emulator)
-
(define-key global-map (kbd "C-z C-s") #'bard/new-elisp-buffer)
;;; Time Management