From e567f4d914bcda9105b51a4a926db1c95b370ec9 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 20 Aug 2023 14:16:51 +0300 Subject: emacs: style --- emacs.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'emacs.org') 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 -- cgit v1.2.3