various comments and shit
This commit is contained in:
@@ -348,7 +348,7 @@
|
||||
(evil-define-key '(normal insert) 'global (kbd "C-/") 'comment-line)
|
||||
(evil-define-key '(visual) 'global (kbd "C-/") 'comment-dwim)
|
||||
(evil-define-key '(normal visual) 'global (kbd "C-b") 'comment-box)
|
||||
(setq-default ispell-dictionary "british")
|
||||
;; (setq-default ispell-dictionary "british")
|
||||
(setq-default org-log-into-drawer "LOGBOOK")
|
||||
|
||||
;; binds for ctrl+hjkl
|
||||
@@ -382,9 +382,10 @@
|
||||
(-contains? (org-entry-properties marker 'all)
|
||||
'("STYLE" . "habit")))))
|
||||
;; processing things
|
||||
(autoload 'processing-mode "processing-mode" "Processing mode" t)
|
||||
(add-to-list 'auto-mode-alist '("\\.pde$" . processing-mode))
|
||||
(setq-default processing-location "~/bin/processing-java")
|
||||
;; (autoload 'processing-mode "processing-mode" "Processing mode" t)
|
||||
;; (add-to-list 'auto-mode-alist '("\\.pde$" . processing-mode))
|
||||
;; (setq-default processing-location "~/bin/processing-java")
|
||||
|
||||
;; idk what this is
|
||||
;;org-agenda filter
|
||||
(custom-set-variables
|
||||
@@ -404,6 +405,7 @@
|
||||
;; (add-hook 'doom-after-init-hook #'awqat-display-prayer-time-mode)
|
||||
;; (add-hook 'doom-after-init-hook #'org-alert-enable)
|
||||
(add-hook 'doom-after-init-hook #'org-wild-notifier-mode)
|
||||
;; TODO make this not be dooodoo
|
||||
(load-file "~/.config/doom/ox-ipynb.el")
|
||||
|
||||
;;no auto () when chat mode
|
||||
@@ -502,6 +504,7 @@
|
||||
(setq doom-modeline-major-mode-icon t)
|
||||
(setq org-agenda-skip-deadline-prewarning-if-scheduled t)
|
||||
|
||||
;; TODO adapt this for nixOS
|
||||
(setq mu4e-root-maildir "~/.mail")
|
||||
(setq +mu4e-backend 'offlineimap)
|
||||
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
|
||||
@@ -608,6 +611,7 @@
|
||||
(after! org-babel
|
||||
(add-to-list 'org-src-lang-modes '("dot" . graphviz-dot))
|
||||
(setq org-src-lang-modes (remove '("dot" . fundamental) org-src-lang-modes))
|
||||
)
|
||||
;; Setup xclip for wayland
|
||||
(after! xclip
|
||||
(setq xclip-program "wl-copy")
|
||||
|
||||
Reference in New Issue
Block a user