We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236e16b commit fbdd735Copy full SHA for fbdd735
.emacs.d/user.el
@@ -1,6 +1,6 @@
1
;; windows specific things
2
(if (string-equal (getenv "OS") "Windows_NT")
3
- (begin (require 'server)
+ (progn (require 'server)
4
(unless (server-running-p)
5
(server-start))
6
(setq visible-bell 1)))
0 commit comments