summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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