Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
semenInRussia committed Jun 14, 2024
1 parent d5b738d commit 8485237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lisp/env/my-persp.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
(require 'my-leaf)

(defvar persp-key-map)


(leaf persp-mode
:ensure t
:defun persp-mode persp-set-keymap-prefix
:config (persp-mode +1)
;; change prefix from the default "C-c p" to "C-c ,"
:defvar persp-mode-map
Expand Down Expand Up @@ -55,7 +54,6 @@ has a number 1, not 0"
(with-eval-after-load 'persp-mode
(define-key mode-specific-map "," persp-key-map))


(leaf consult
:after consult persp-mode
:defun (consult--buffer-state
Expand Down
2 changes: 1 addition & 1 deletion lisp/ui/my-load-theme.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; my-load-theme --- Load the current theme

;; Copyright (C) 2022 semenInRussia
;; Copyright (C) 2022-2024 semenInRussia

;; Author: semenInRussia <hrams205@gmail.com>
;; Version: 0.1
Expand Down

0 comments on commit 8485237

Please sign in to comment.