style: Rename custom functions from slash to dash convention
This commit is contained in:
@@ -105,9 +105,9 @@
|
||||
(,(kbd "C-/") . [?\C-z])
|
||||
(,(kbd "C-?") . ,(kbd "C-S-z"))))
|
||||
|
||||
(defun my/exwm-update-class ()
|
||||
(defun my-exwm-update-class ()
|
||||
(exwm-workspace-rename-buffer exwm-class-name))
|
||||
(add-hook 'exwm-update-class-hook #'my/exwm-update-class)
|
||||
(add-hook 'exwm-update-class-hook #'my-exwm-update-class)
|
||||
|
||||
(require 'exwm-xim)
|
||||
(exwm-xim-mode)
|
||||
|
||||
Reference in New Issue
Block a user