]> git.earman.xyz Git - emacsinit.git/commitdiff
Move back to package.el from straight
authorrearman <rearman@r717.net>
Mon, 9 Jan 2023 14:30:18 +0000 (09:30 -0500)
committerrearman <rearman@r717.net>
Mon, 9 Jan 2023 14:30:18 +0000 (09:30 -0500)
Moving away from straight due to issues with magit after update.  Moving some
things to early-init.el (same things Prot. has in his)

setq-defaults.el

index 0395b9c6b237d3350b1bcd16db075fe0ca254707..64ce961ddd2f10bcb5894824a3f276ee1d6a9f81 100644 (file)
@@ -7,11 +7,8 @@
              cursor-type 'bar
              cursor-in-non-selected-windows nil)
 
-(setq default-directory "~/"
-      inhibit-startup-message t
-      initial-scratch-message nil
-      server-client-instructions nil
-      require-final-newline t
+(setq require-final-newline t
+      ring-bell-function 'ignore
       use-short-answers t
       mode-line-compact t
       make-backup-files nil
@@ -27,9 +24,6 @@
 ;; OPTIONS
 (recentf-mode t)
 (fringe-mode 1)
-(menu-bar-mode -1)
-(tool-bar-mode -1)
-(scroll-bar-mode -1)
 (show-paren-mode t)
 (auto-fill-mode t)
 (midnight-mode t)