From 76495124e02fd1d0d468202234942a20a0fc8150 Mon Sep 17 00:00:00 2001 From: rearman Date: Sun, 23 Oct 2022 22:47:03 -0400 Subject: [PATCH] Default modeline, moved work-eqs to win init. --- common-init.el | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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) -- 2.39.5