]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Update Emacs configuration
authorEshel Yaron <me@eshelyaron.com>
Sun, 8 Oct 2023 12:01:21 +0000 (14:01 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 8 Oct 2023 12:01:21 +0000 (14:01 +0200)
.emacs.d/init.el

index 3012935d449c11b898b1fb6ed33ac09a7b961693..a640a0bc6350dccf53e7a900f952460dfa16f854 100644 (file)
  TeX-source-correlate-mode t
  TeX-electric-sub-and-superscript t
  ;; TeX-electric-escape t
- LaTeX-electric-left-right-brace t
- TeX-mode-alist '((tex-mode . tex-mode)
-                  (plain-tex-mode . tex-mode)
-                  (latex-mode . tex-mode)
-                  (doctex-mode . tex-mode)))
+ LaTeX-electric-left-right-brace t)
 
 (setq-default indent-tabs-mode nil)
 
                     :background "lavender"
                     :underline nil)
 (set-face-attribute 'mode-line-inactive nil
-                    :box nil :background nil :underline "black")
-(set-face-attribute 'fringe nil              :background nil)
+                    :box nil
+                    :background nil
+                    :underline "black")
+(set-face-attribute 'fringe nil :background nil)
 (set-face-attribute 'line-number-current-line nil
                     :background "yellow"
                     :inherit nil)
@@ -1415,6 +1413,7 @@ as the initial input for completion, and return that directory."
     (indent-according-to-mode)))
 
 (with-eval-after-load 'tex
+  (setopt TeX-modes '(tex-mode plain-tex-mode latex-mode doctex-mode))
   (add-hook 'plain-TeX-mode-hook
             (lambda () (set (make-local-variable 'TeX-electric-math)
                             (cons "$" "$"))))
@@ -1512,8 +1511,8 @@ as the initial input for completion, and return that directory."
              (list
               (propertize (concat (project-name project) "/ ")
                           'face 'italic))))
-    mode-line-buffer-identification
-    "(%["
+    (:propertize "%b" face mode-line-buffer-id)
+    " (%["
     mode-name mode-line-process minor-mode-alist
     (:eval (when (window-dedicated-p)
              " Dedicated"))