summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 21:05:33 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 21:05:33 -0500
commit5f0e5ca36fe6995473ddee44cf175528668fb7ca (patch)
tree29e745fd9b94bf68b19a5f8d9fbc678bc620693c
parent37dbaa12aadbc65b02409d97f5cb3d0729cd2a49 (diff)
downloadrcm-5f0e5ca36fe6995473ddee44cf175528668fb7ca.tar.gz
rcm-5f0e5ca36fe6995473ddee44cf175528668fb7ca.tar.bz2
rcm-5f0e5ca36fe6995473ddee44cf175528668fb7ca.zip
Theme updates emacs
-rw-r--r--emacs9
-rw-r--r--emacs.d/custom.el2
2 files changed, 4 insertions, 7 deletions
diff --git a/emacs b/emacs
index 9f4657b..49518f6 100644
--- a/emacs
+++ b/emacs
@@ -169,17 +169,13 @@
(add-hook 'Info-mode-hook 'variable-pitch-mode)
(add-hook 'woman-mode-hook 'variable-pitch-mode)
-
-
-(setq
- flymake-fringe-indicator-position 'left-fringe
+(setq flymake-fringe-indicator-position 'left-fringe
diff-hl-side 'right)
(custom-set-variables '(fringe-mode '(5 . 5) nil (fringe)))
(set-face-attribute 'fringe nil :background "#FFF")
(add-to-list 'default-frame-alist '(internal-border-width . 4))
-
;; Disable splash screen
(setq inhibit-startup-screen t)
@@ -559,7 +555,8 @@
(setq ispell-list-command "--list")
(add-hook 'org-mode-hook 'flyspell-mode)
(add-hook 'org-mode-hook 'visual-line-mode)
-
+(setq org-agenda-use-tag-inheritance nil)
+(setq org-agenda-use-tag-inheritance '(search timeline agenda))
(setq org-directory "~/marcvault")
diff --git a/emacs.d/custom.el b/emacs.d/custom.el
index 58ca3de..f47a20f 100644
--- a/emacs.d/custom.el
+++ b/emacs.d/custom.el
@@ -199,7 +199,7 @@
'(mode-line-inactive ((t (:background "#ffffff" :foreground "#dddddd" :box (:line-width (4 . 4) :color "#ffffff") :overline "grey" :height 0.8 :family "Iosevka Aile"))))
'(org-imminent-deadline ((t nil)))
'(show-paren-match ((t (:background "gainsboro" :foreground "green" :slant oblique :weight bold))))
- '(tab-bar ((t (:background "#FFF" :foreground "black" :box (:line-width (2 . 6) :color "#FFF") :height 0.9 :family "Iosevka Aile"))))
+ '(tab-bar ((t (:background "#FFF" :foreground "black" :box (:line-width (4 . 4) :color "#FFF") :height 0.8 :family "Iosevka Aile"))))
'(tab-bar-tab ((t (:inherit tab-bar :box nil))))
'(tuareg-font-lock-operator-face ((t nil)))
'(variable-pitch ((t (:family "Iosevka Etoile"))))