;; -*- 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 ()
(interactive)
(find-file common-init))
-(load-file "./work-eqs.el")
-
;; PUTS AND PUSHES
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)