From: rearman Date: Mon, 24 Oct 2022 02:47:03 +0000 (-0400) Subject: Default modeline, moved work-eqs to win init. X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=76495124e02fd1d0d468202234942a20a0fc8150;p=emacsinit.git Default modeline, moved work-eqs to win init. --- diff --git a/common-init.el b/common-init.el index f311518..60c3ba5 100644 --- a/common-init.el +++ b/common-init.el @@ -1,4 +1,5 @@ ;; -*- lexical-binding: t; -*- + ;; PACKAGES ;; NEW STRAIGHT.EL CONFIG (defvar bootstrap-version) @@ -72,13 +73,13 @@ 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)