|
@ -89,6 +89,10 @@ Emacs variables are dynamically scoped. That's unusual for most languages, so di |
|
|
|
|
|
|
|
|
* Default settings |
|
|
* Default settings |
|
|
#+BEGIN_SRC emacs-lisp |
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
|
(defconst *sys/gui* |
|
|
|
|
|
(display-graphic-p) |
|
|
|
|
|
"Is emacs running in a gui?") |
|
|
|
|
|
|
|
|
(defconst *sys/linux* |
|
|
(defconst *sys/linux* |
|
|
(string-equal system-type 'gnu/linux) |
|
|
(string-equal system-type 'gnu/linux) |
|
|
"Is the system running Linux?") |
|
|
"Is the system running Linux?") |
|
|