]> git.earman.xyz Git - emacsinit.git/commitdiff
Default modeline, moved work-eqs to win init.
authorrearman <rearman@r717.net>
Mon, 24 Oct 2022 02:47:03 +0000 (22:47 -0400)
committerrearman <rearman@r717.net>
Mon, 24 Oct 2022 02:47:03 +0000 (22:47 -0400)
common-init.el

index f311518f42ebf21faa359a5a79994899a6a9cb36..60c3ba517c174569309cc232bb08bb86c72a52ae 100644 (file)
@@ -1,4 +1,5 @@
 ;; -*- lexical-binding: t; -*-
+
 ;; PACKAGES
 ;; NEW STRAIGHT.EL CONFIG
 (defvar bootstrap-version)
       org-startup-indented t)
 
 (setq-default indicate-empty-lines t
-             cursor-type 'bar
-             mode-line-format
-             (list
-              " " mode-line-modified
-              " %[" mode-line-buffer-identification "%] %l,%c %6 "
-              mode-line-misc-info
-              mode-line-end-spaces))
+             cursor-type 'bar)
+;;           mode-line-format
+;;           (list
+;;            " " mode-line-modified
+;;            " %[" mode-line-buffer-identification "%] %l,%c %6 "
+;;            mode-line-misc-info
+;;            mode-line-end-spaces))
 
 ;; DEFUNS
 (defun goto-line-with-feedback ()
@@ -150,8 +151,6 @@ Assumes common-init is defined as a variable in the separate init."
   (interactive)
   (find-file common-init))
 
-(load-file "./work-eqs.el")
-
 ;; PUTS AND PUSHES
 (put 'upcase-region 'disabled nil)
 (put 'downcase-region 'disabled nil)