From ebcaf1c6dae318fdb3c34402362117d612f9813e Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 20 Oct 2023 15:46:29 +0200 Subject: [PATCH] Remove visit-init-file and visit-org-index --- configuration.org | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/configuration.org b/configuration.org index 84edb60..c1338f9 100644 --- a/configuration.org +++ b/configuration.org @@ -669,24 +669,6 @@ name." (find-file tramp-path)))) #+END_SRC -*** Open my own ~init.el~ - -#+BEGIN_SRC emacs-lisp -(defun gpolonkai/visit-init-file () - "Open the init file." - (interactive) - (find-file-other-window (expand-file-name "configuration.org" user-emacs-directory))) -#+END_SRC - -*** Open my Org-mode index file - -#+BEGIN_SRC emacs-lisp -(defun gpolonkai/visit-org-index () - "Visit the root of Org-mode notes." - (interactive) - (find-file-other-window (expand-file-name "index.org" org-directory))) -#+END_SRC - ** Frame manipulation *** Hidden modeline mode @@ -3860,8 +3842,6 @@ directory. It is available from [[http://plantuml.com/download][here]]. ("h" . hidden-mode-line-mode) ("C-i e" . "gergely@polonkai.eu") ("C-i w" . "http://gergely.polonkai.eu/") - ("o i" . gpolonkai/visit-init-file) - ("o o" . gpolonkai/visit-org-index) ("u" . browse-url-at-point) ("M-C" . clean-buffer-list) ("C-c" . calc)