summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-20 14:16:51 +0300
committerThanos Apollo <[email protected]>2023-08-20 14:16:51 +0300
commite567f4d914bcda9105b51a4a926db1c95b370ec9 (patch)
tree3659fbdf67bf346c2bd9cb9cfd376a63cec49a2e /emacs.org
parent47d44633a00da3fcef469c93a651a825b3440dd6 (diff)
emacs: style
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/emacs.org b/emacs.org
index 6f1dea0..1954b79 100755
--- a/emacs.org
+++ b/emacs.org
@@ -270,6 +270,7 @@ Generate a random password between 20 and 40 characters
(define-key thanos/pass (kbd "g") 'password-store-generate)
(define-key thanos/pass (kbd "s") 'smtp-get-pass)
#+end_src
+
* App Launcher
#+begin_src emacs-lisp
(defun thanos/app-launcher ()
@@ -585,12 +586,13 @@ Generate a random password between 20 and 40 characters
org-superstar-headline-bullets-list '("◉" "●" "○" "●" "○" "●" "◆")
org-superstar-itembullet-alist '((?+ . ?➤) (?- . ?✦))) ;; changes +/- symbols in item lists)
#+end_src
-~Keybindings:~
+
+=Keybindings=
#+begin_src emacs-lisp
(define-key org-mode-map (kbd "C-c t") 'org-time-stamp-inactive)
(define-key org-mode-map (kbd "C-c s") 'org-download-screenshot)
#+end_src
-~Hooks~
+=Hooks=
#+begin_src emacs-lisp
(add-hook 'org-mode-hook 'thanos/org-theme-gruvbox)
(add-hook 'org-mode-hook 'flyspell-mode)
@@ -625,6 +627,7 @@ Generate a random password between 20 and 40 characters
(eq is-hermes t))
(setq org-download-screenshot-method "grim -g \"$(slurp)\" %s"))
#+end_src
+
* Memorize
#+begin_src emacs-lisp
;; (when is-zeus