about summary refs log tree commit diff
path: root/exwm-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'exwm-config.el')
-rw-r--r--exwm-config.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/exwm-config.el b/exwm-config.el
index b47a9ba8323b..bb8258a7149f 100644
--- a/exwm-config.el
+++ b/exwm-config.el
@@ -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)