various comments and shit

This commit is contained in:
Aly Sewelam
2025-12-14 15:33:36 +02:00
parent 8a4492a080
commit 5ff27ec1fc

View File

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