diff options
| author | bard <[email protected]> | 2023-11-05 19:53:56 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2023-11-05 19:53:56 -0500 |
| commit | fc2223f82b690f8d45493a093c9e3aeb2b4b23f0 (patch) | |
| tree | 2852a62e24b0484103edb8caa3872faf34c31409 /bard-emacs-modules/bard-emacs-org.el | |
| parent | 46012ab8b0b391ab66b4852a5498f5bf34ebff7f (diff) | |
emacs everywhere and emms mpris
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 4 |
1 files changed, 2 insertions, 2 deletions
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"))))) |
