Clarify the use of `exwm-config-default'
* exwm-config.el (exwm-config-example): Renamed from `exwm-config-default' to make it clear it's just an example.
This commit is contained in:
parent
7f4b9cdb0f
commit
624a30212c
2 changed files with 5 additions and 2 deletions
|
|
@ -28,7 +28,10 @@
|
|||
(require 'exwm)
|
||||
(require 'ido)
|
||||
|
||||
(defun exwm-config-default ()
|
||||
(define-obsolete-function-alias 'exwm-config-default
|
||||
#'exwm-config-example "27.1")
|
||||
|
||||
(defun exwm-config-example ()
|
||||
"Default configuration of EXWM."
|
||||
;; Set the initial workspace number.
|
||||
(unless (get 'exwm-workspace-number 'saved-value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue