aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mf-lisp/mf-splash.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/mf-lisp/mf-splash.el b/mf-lisp/mf-splash.el
index c49eb0d..47e149a 100644
--- a/mf-lisp/mf-splash.el
+++ b/mf-lisp/mf-splash.el
@@ -81,7 +81,6 @@
(defun mf/splash-screen ()
"A custom splash screen for Emacs."
(interactive)
-
;; check if splash exists and switch if so
(if (get-buffer "*splash*")
(switch-to-buffer "*splash*")
@@ -139,12 +138,6 @@
'face 'warning
'follow-link t)
(forward-line 1)
- (center-button " [c] Config\n" width
- 'action (lambda (_) (mf/open-emacsd))
- 'help-echo "Visit setup directory"
- 'face 'warning
- 'follow-link t)
- (forward-line 1)
(center-button " [f] File\n" width
'action (lambda (_) (find-file))
'help-echo "Open file"
@@ -216,6 +209,7 @@
(define-key map (kbd "N") 'org-roam-node-find)
(define-key map (kbd "P") 'mf/project-find-file-and-persp)
(define-key map (kbd "q") 'mf/splash-screen-kill)
+ (define-key map (kbd "g") 'mf/splash-screen)
(define-key map (kbd "n") 'next-line)
(define-key map (kbd "p") 'previous-line)))