From fc2223f82b690f8d45493a093c9e3aeb2b4b23f0 Mon Sep 17 00:00:00 2001 From: bard Date: Sun, 5 Nov 2023 19:53:56 -0500 Subject: emacs everywhere and emms mpris --- bard-emacs-modules/bard-emacs-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bard-emacs-modules/bard-emacs-org.el') diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index df5f9cb..b1f7e06 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -14,7 +14,7 @@ (setq org-startup-indented t org-hide-emphasis-markers t org-startup-with-inline-images t - org-image-actual-width '(300)) + org-image-actual-width '(600)) ;; Org todo keywords (setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w)" "|" "DONE(d)" "KILLED(k)")) @@ -29,7 +29,7 @@ (define-key org-mode-map (kbd "C-x p i") 'org-cliplink)) (add-hook 'org-mode-hook 'bard/org-mode-keybindings) -(add-hook 'org-mode-hook 'fly-spell-mode) +;; (add-hook 'org-mode-hook 'fly-spell-mode) ;; Org Agenda Faces (custom-set-faces '(org-agenda-structure ((t (:inherit bold :foreground "#70a89f" :height 1.5 :family "Iosevka Comfy Motion Duo"))))) -- cgit v1.2.3