aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-calendar.el6
-rw-r--r--bard-emacs-modules/bard-emacs-essentials.el4
-rw-r--r--bard-emacs-modules/bard-emacs-org.el21
-rw-r--r--bard-emacs-modules/bard-emacs-prog.el3
4 files changed, 18 insertions, 16 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el
index 870cfe1..46c5247 100644
--- a/bard-emacs-modules/bard-emacs-calendar.el
+++ b/bard-emacs-modules/bard-emacs-calendar.el
@@ -75,8 +75,8 @@
(setq holiday-other-holidays (append holiday-other-holidays orthodox-christian-new-calendar-holidays))
(setq holiday-bahai-holidays nil
- holiday-christian-holidays nil
- holiday-islamic-holidays nil))
+ holiday-christian-holidays nil
+ holiday-islamic-holidays nil))
(use-package calfw
:ensure t
@@ -84,7 +84,7 @@
(:map cfw:calendar-mode-map
("g" . cfw:refresh-calendar-buffer))
:bind
- ("<f2>" . cfw:open-org-calendar))
+ ("<f2>" . bard/open-calendar))
(use-package calfw-org
:ensure t)
diff --git a/bard-emacs-modules/bard-emacs-essentials.el b/bard-emacs-modules/bard-emacs-essentials.el
index c64f271..acee6e9 100644
--- a/bard-emacs-modules/bard-emacs-essentials.el
+++ b/bard-emacs-modules/bard-emacs-essentials.el
@@ -29,7 +29,7 @@
("C-<" . mc/mark-previous-like-this)
("C-c C" . mc/mark-all-like-this)
("C-\"". mc/skip-to-next-like-this)
- ("C-:" . mc/skip-to-previous-like-this)))
+ ("C-;" . mc/skip-to-previous-like-this)))
(use-package expand-region
:ensure t
@@ -143,7 +143,7 @@
(define-key global-map (kbd "C-c C-w") #'world-clock)
(use-package breadcrumb
- :ensure t
+ :after spacious-padding
:hook
(prog-mode . breadcrumb-local-mode))
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index a0f88ab..2225cb2 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -16,10 +16,11 @@
)
:bind
(("C-c c" . org-capture))
- :config
- (setq org-num-max-level 2)
- :hook
- ((org-mode . org-num-mode)))
+ ;; :config
+ ;; (setq org-num-max-level 2)
+ ;; :hook
+ ;; ((org-mode . org-num-mode))
+ )
;; Org Variables
(setq bard/org-anki-file "~/Notes/denote/20240729T171836--anki-flashcards__cards_meta.org")
@@ -153,11 +154,11 @@
:config
(require 'org-download))
-(use-package org-modern
- :ensure t
- :config
- (setq org-modern-star nil
- org-modern-block-name nil)
- (global-org-modern-mode))
+;; (use-package org-modern
+;; :ensure t
+;; :config
+;; (setq org-modern-star nil
+;; org-modern-block-name nil)
+;; (global-org-modern-mode))
(provide 'bard-emacs-org)
diff --git a/bard-emacs-modules/bard-emacs-prog.el b/bard-emacs-modules/bard-emacs-prog.el
index cdda570..8b0a778 100644
--- a/bard-emacs-modules/bard-emacs-prog.el
+++ b/bard-emacs-modules/bard-emacs-prog.el
@@ -92,7 +92,8 @@
'(("~/Code" . 1)
("~/Repositories" . 1)
("~/dotfiles-stow" . 0)
- ("~/.emacs.d" . 0)))
+ ("~/.emacs.d" . 0)
+ ("~/Pictures/wallpaper" . 0)))
(use-package ada-mode
:load-path "~/.emacs.d/old-ada"