mirror of
https://github.com/ch11ng/exwm.git
synced 2024-11-23 19:47:58 +01:00
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 'exwm)
|
||||||
(require 'ido)
|
(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."
|
"Default configuration of EXWM."
|
||||||
;; Set the initial workspace number.
|
;; Set the initial workspace number.
|
||||||
(unless (get 'exwm-workspace-number 'saved-value)
|
(unless (get 'exwm-workspace-number 'saved-value)
|
||||||
|
|
2
exwm.el
2
exwm.el
|
@ -46,7 +46,7 @@
|
||||||
;;
|
;;
|
||||||
;; (require 'exwm)
|
;; (require 'exwm)
|
||||||
;; (require 'exwm-config)
|
;; (require 'exwm-config)
|
||||||
;; (exwm-config-default)
|
;; (exwm-config-example)
|
||||||
;;
|
;;
|
||||||
;; 3. Link or copy the file 'xinitrc' to '~/.xinitrc'.
|
;; 3. Link or copy the file 'xinitrc' to '~/.xinitrc'.
|
||||||
;; 4. Launch EXWM in a console (e.g. tty1) with
|
;; 4. Launch EXWM in a console (e.g. tty1) with
|
||||||
|
|
Loading…
Reference in a new issue