summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-27 09:55:25 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-27 09:55:25 +0100
commitf0673b7cfebeadc5a2da27449ac10e324cdb643e (patch)
treebdef0a2440dc6ac026aab5a054522bfc07b8a12f
parentc3fc96e18808e1e4d3381792f2b1fcbf45580406 (diff)
org mode for 2022
-rw-r--r--init.el18
-rw-r--r--myinit.org30
-rw-r--r--org-clock-save.el4
3 files changed, 37 insertions, 15 deletions
diff --git a/init.el b/init.el
index dc00cb7..2d64e3e 100644
--- a/init.el
+++ b/init.el
@@ -22,3 +22,21 @@
(add-to-list 'org-modules 'org-habit)
(org-babel-load-file (expand-file-name "~/.emacs.d/myinit.org"))
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(company-show-quick-access t nil nil "Customized with use-package company")
+ '(custom-safe-themes
+ '("6b5c518d1c250a8ce17463b7e435e9e20faa84f3f7defba8b579d4f5925f60c1" default))
+ '(org-agenda-files
+ '("~/org/home.org" "~/org/projects.org" "~/org/work.org" "~/org/notes.org" "~/org/habits.org" "~/org/calendar/cal.org"))
+ '(package-selected-packages
+ '(elfeed-score yasnippet-snippets yasnippet browse-kill-ring expand-region ace-window amx flycheck ace-jump-mode gruvbox-theme company helm auto-package-update ledger-mode magit elfeed-org which-key use-package rainbow-delimiters paredit evil counsel)))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )
diff --git a/myinit.org b/myinit.org
index 09022b1..5862d82 100644
--- a/myinit.org
+++ b/myinit.org
@@ -216,6 +216,11 @@ This now is all about the agenda dispatcher - a critical piece of my configurato
("NEXT" ("WAITING") ("CANCELLED") ("HOLD"))
("DONE" ("WAITING") ("CANCELLED") ("HOLD")))))
+ ;; Get more priority options
+ (setq org-highest-priority ?A)
+ (setq org-default-priority ?C)
+ (setq org-lowest-priority ?E)
+
(setq org-priority-faces
'((?A . (:foreground "#CC0000" :background "#FFE3E3"))
(?B . (:foreground "#64992C" :background "#EBF4DD"))
@@ -314,7 +319,7 @@ This now is all about the agenda dispatcher - a critical piece of my configurato
(setq visible-bell t)
- (set-face-attribute 'default nil :font "Jetbrains Mono" :height 140)
+ (set-face-attribute 'default nil :font "Liberation Mono" :height 100)
;;(set-face-attribute 'default nil :font "UbuntuMono Nerd Font Mono" :height 160)
(load-theme 'tango-dark)
;;(load-theme 'gruvbox-dark-hard t)
@@ -639,25 +644,24 @@ This now is all about the agenda dispatcher - a critical piece of my configurato
(add-hook 'prog-mode-hook 'rainbow-delimiters-mode))
;; EVIL
- ;; (use-package evil
- ;; :init
- ;; :config
- ;; (setq evil-respect-visual-line-mode t)
- ;; (evil-mode 1))
+ (use-package evil
+ :init
+ :config
+ (setq evil-respect-visual-line-mode t)
+ (setq evil-default-state 'emacs)
+ (evil-mode 1))
- ;; ;; which-key - for nice menu
- ;; (use-package which-key
- ;; :config
- ;; (which-key-mode)
- ;; )
+ ; ;; which-key - for nice menu
+ ; (use-package which-key
+ ; :config
+ ; (which-key-mode)
+ ; )
;; which-key
(use-package which-key
:config
(which-key-mode))
-
-
;; elfeed
(use-package elfeed
:config
diff --git a/org-clock-save.el b/org-clock-save.el
index 3a8f1cb..4cf80ed 100644
--- a/org-clock-save.el
+++ b/org-clock-save.el
@@ -1,2 +1,2 @@
-;; org-clock-save.el - x220 at <2021-10-18 Mon 11:41>
-(setq org-clock-stored-history '(("/home/lemon/org/archive.org" . 24934) ("/home/lemon/org/archive.org" . 54821) ("/home/lemon/org/work.org" . 1486) ("/home/lemon/org/work.org" . 5297) ("/home/lemon/org/home.org" . 2738)))
+;; org-clock-save.el - pop-os at <2022-10-27 Thu 09:49>
+(setq org-clock-stored-history '(("/home/lemon/org/archive.org" . 24934) ("/home/lemon/org/archive.org" . 61601) ("/home/lemon/org/work.org" . 1) ("/home/lemon/org/home.org" . 1)))