summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configuration.el12
-rw-r--r--configuration.org19
-rw-r--r--custom-settings.el4
-rw-r--r--init.el26
4 files changed, 18 insertions, 43 deletions
diff --git a/configuration.el b/configuration.el
index 25c26bb..94335f7 100644
--- a/configuration.el
+++ b/configuration.el
@@ -56,8 +56,8 @@
(tool-bar-mode -1)
(tooltip-mode -1)
(menu-bar-mode -1)
-(add-to-list 'default-frame-alist '(font . "Hack-10"))
-(load-theme 'whiteboard)
+(add-to-list 'default-frame-alist '(font . "Hack-14"))
+(load-theme 'manoj-dark)
(if (string< emacs-version
"26.3")
@@ -255,7 +255,7 @@
(todo "NEXT")))
("y" "Agenda and All TODOS"
((agenda "")
- (alltodo ""))))))
+ (alltodo ""))))))
(define-key global-map "\C-cc" 'org-capture)
(setq org-default-notes-file "~/Nextcloud/org/refile.org")
@@ -269,7 +269,7 @@
(setq org-todo-keywords
(quote ((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d)")
- (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING"))))
+ (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING" "PROJECT"))))
(setq org-todo-keyword-faces
(quote (("TODO" :foreground "red" :weight bold)
@@ -279,6 +279,7 @@
("HOLD" :foreground "magenta" :weight bold)
("CANCELLED" :foreground "forest green" :weight bold)
("MEETING" :foreground "forest green" :weight bold)
+ ("PROJECT" :foreground "OrangeRed2" :weight bold)
("PHONE" :foreground "forest green" :weight bold))))
;; tag stuff automatically dependent on a change of state
@@ -310,7 +311,6 @@
(setq helm-move-to-line-cycle-in-source t)
(setq helm-scroll-amount 5)
(setq helm-ff-file-name-history-use-recentf t)
-(helm-mode 1)
(evil-mode t)
;; Enable "M-x" in evil mode
@@ -348,6 +348,8 @@
forge-pullreq-list-mode
forge-topic-list-mode
dired-mode
+ help-mode
+ info
tide-references-mode
image-dired-mode
image-dired-thumbnail-mode
diff --git a/configuration.org b/configuration.org
index 9f43b6c..0ba4aa9 100644
--- a/configuration.org
+++ b/configuration.org
@@ -84,8 +84,8 @@ down in this file, some are used with the default configuration.
(tool-bar-mode -1)
(tooltip-mode -1)
(menu-bar-mode -1)
- (add-to-list 'default-frame-alist '(font . "Hack-10"))
- (load-theme 'whiteboard)
+ (add-to-list 'default-frame-alist '(font . "Hack-14"))
+ (load-theme 'manoj-dark)
#+END_SRC
** Gnu Elpa TLS Fix
Emacs 26.1 (for example in Debian Buster) requests the GNU Elpa repo
@@ -488,12 +488,9 @@ Emacs, use =display-line-numbers-mode=, because it's _much_ faster.
(org-agenda-files :maxlevel . 9))))
(setq org-agenda-custom-commands
- (quote (("N" "Agenda and NEXT TODOs"
- ((agenda "")
- (todo "NEXT")))
- ("y" "Agenda and All TODOS"
- ((agenda "")
- (alltodo ""))))))
+ '(("N" "Agenda and NEXT TODOs" ((agenda "") (todo "NEXT")))
+ ("y" "Agenda and All TODOS" ((agenda "") (alltodo "") (todo "PROJECT")))
+ ("p" "Agenda and PROJECTs" ((agenda "") (todo "PROJECT")))))
#+END_SRC
** Capture
#+BEGIN_SRC emacs-lisp
@@ -511,7 +508,7 @@ Emacs, use =display-line-numbers-mode=, because it's _much_ faster.
#+BEGIN_SRC emacs-lisp
(setq org-todo-keywords
(quote ((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d)")
- (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING"))))
+ (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING" "PROJECT"))))
(setq org-todo-keyword-faces
(quote (("TODO" :foreground "red" :weight bold)
@@ -521,6 +518,7 @@ Emacs, use =display-line-numbers-mode=, because it's _much_ faster.
("HOLD" :foreground "magenta" :weight bold)
("CANCELLED" :foreground "forest green" :weight bold)
("MEETING" :foreground "forest green" :weight bold)
+ ("PROJECT" :foreground "OrangeRed2" :weight bold)
("PHONE" :foreground "forest green" :weight bold))))
;; tag stuff automatically dependent on a change of state
@@ -559,7 +557,6 @@ Emacs, use =display-line-numbers-mode=, because it's _much_ faster.
(setq helm-move-to-line-cycle-in-source t)
(setq helm-scroll-amount 5)
(setq helm-ff-file-name-history-use-recentf t)
-(helm-mode 1)
#+END_SRC
* Search / Completion
* =evil-mode=
@@ -653,6 +650,8 @@ cursor forward use =C-t= or =grn= and backward =grp=. Finally use
forge-pullreq-list-mode
forge-topic-list-mode
dired-mode
+ help-mode
+ info
tide-references-mode
image-dired-mode
image-dired-thumbnail-mode
diff --git a/custom-settings.el b/custom-settings.el
index eddf6e7..7a095c0 100644
--- a/custom-settings.el
+++ b/custom-settings.el
@@ -9,10 +9,10 @@
["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"])
'(company-quickhelp-color-background "#4F4F4F")
'(company-quickhelp-color-foreground "#DCDCCC")
- '(custom-enabled-themes (quote (whiteboard)))
+ '(custom-enabled-themes (quote (manoj-dark)))
'(custom-safe-themes
(quote
- ("a22f40b63f9bc0a69ebc8ba4fbc6b452a4e3f84b80590ba0a92b4ff599e53ad0" "8f97d5ec8a774485296e366fdde6ff5589cf9e319a584b845b6f7fa788c9fa9a" default)))
+ ("8f97d5ec8a774485296e366fdde6ff5589cf9e319a584b845b6f7fa788c9fa9a" default)))
'(fci-rule-color "#383838")
'(helm-completion-style (quote emacs))
'(hl-todo-keyword-faces
diff --git a/init.el b/init.el
index 0281405..649da06 100644
--- a/init.el
+++ b/init.el
@@ -14,29 +14,3 @@
(org-babel-load-file "~/.emacs.d/configuration.org"))
(load-config)
-
-(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.
- '(ansi-color-faces-vector
- [default default default italic underline success warning error])
- '(ansi-color-names-vector
- ["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"])
- '(custom-enabled-themes (quote (whiteboard)))
- '(custom-safe-themes
- (quote
- ("8f97d5ec8a774485296e366fdde6ff5589cf9e319a584b845b6f7fa788c9fa9a" default)))
- '(helm-completion-style (quote emacs))
- '(org-sort-agenda-notime-is-late nil)
- '(package-selected-packages
- (quote
- (ac-cider magit blacken py-autopep8 flycheck elpy yasnippet company-lsp company lsp-ui go-autocomplete lsp-mode go-mode markdown-mode gruvbox-theme helm org cider slime evil)))
- '(pdf-view-midnight-colors (quote ("#fdf4c1" . "#282828"))))
-(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.
- )