Skip to content

Commit

Permalink
more daily usage update
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Ye committed Aug 7, 2024
1 parent c548e3e commit aa29436
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions phye-lisp/phye-init-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"dk" 'deadgrep-kill-all-buffers
"DD" 'counsel-etags-grep-current-directory
"ee" 'eval-expression
"fn" 'copy-current-filename-to-clipboard
"ip" 'find-file-in-project
"id" 'find-file-in-current-directory
"im" 'counsel-imenu
Expand Down
3 changes: 3 additions & 0 deletions phye-lisp/phye-init-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
atom-one-dark
ample
ample-zen
bubbleberry
clues
cherry-blossom
cyberpunk
Expand Down Expand Up @@ -41,6 +42,7 @@
doom-old-hope
doom-opera
doom-palenight
doom-sourcerer
doom-spacegrey
doom-vibrant
doom-xcode
Expand All @@ -50,6 +52,7 @@
ef-elea-dark
ef-dark
ef-autumn
gotham
grandshell
gruvbox-dark-soft
gruvbox-dark-medium
Expand Down
5 changes: 5 additions & 0 deletions phye-lisp/phye-init-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
(interactive)
(copy-variable-to-clipboard default-directory))

(defun copy-current-filename-to-clipboard ()
(interactive)
(copy-variable-to-clipboard
(file-name-nondirectory buffer-file-name)))

(defun insert-zero-width-space ()
"Insert zero width space before and after OrgMode mark."
(interactive)
Expand Down

0 comments on commit aa29436

Please sign in to comment.