From d01030e130387a6b5a0ee7f4f65d3f8e9c1a6e36 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:31:09 +0400 Subject: [PATCH] i can do this now --- config/emacs/emacs.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index d45ea686..1c084643 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -488,6 +488,8 @@ Cause emacs overlay lol "na" '(org-agenda :which-key "agenda") "nf" '(org-roam-node-find :which-key "find node") "nc" '(org-capture :which-key "capture") + "ne" '(:ignore ne :which-key "export") + "nep" '(org-latex-export-to-pdf :which-key "pdf") ;; quit "q" '(:ignore q :which-key "quit") "qq" '(delete-frame :which-key "close emacs")