General comment + README cleanup
This commit is contained in:
parent
4cebeb092e
commit
769cf850c9
4 changed files with 8 additions and 15 deletions
|
@ -24,12 +24,11 @@
|
|||
;; Don't open files from the workspace in a new frame
|
||||
ns-pop-up-frames nil)
|
||||
|
||||
;; A known problem with GUI Emacs on MacOS: it runs in an isolated
|
||||
;; environment, so envvars will be wrong. That includes the PATH Emacs
|
||||
;; picks up. `exec-path-from-shell' fixes this, and its result is cached.
|
||||
;; Run `doom/clean-cache' to regenerate exec-path if PATH changes.
|
||||
(cond ((display-graphic-p)
|
||||
;; `exec-path-from-shell' is slow, so bring out the cache
|
||||
;; A known problem with GUI Emacs on MacOS: it runs in an isolated
|
||||
;; environment, so envvars will be wrong. That includes the PATH
|
||||
;; Emacs picks up. `exec-path-from-shell' fixes this. This is slow
|
||||
;; and benefits greatly from compilation.
|
||||
(setq exec-path
|
||||
(or (eval-when-compile
|
||||
(when (require 'exec-path-from-shell nil t)
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
;;; lang/go/config.el
|
||||
|
||||
;; requires gocode (completion), gore (repl) and a valid $GOPATH
|
||||
;; go get -u github.com/nsf/gocode
|
||||
;; go get -u github.com/motemen/gore
|
||||
|
||||
(def-package! go-mode
|
||||
:mode "\\.go$"
|
||||
:interpreter "go"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
;;; lang/javascript/+screeps.el
|
||||
|
||||
;; TODO Constants may be out-of-date
|
||||
|
||||
(defconst screeps-objects
|
||||
'("ConstructionSite" "Creep" "Flag" "Game" "Memory" "Mineral" "Nuke"
|
||||
"OwnedStructure" "PathFinder" "RawMemory" "Resource" "Room"
|
||||
|
|
|
@ -3,9 +3,5 @@
|
|||
Modules here are ignored by git and should contain personal settings you don't
|
||||
want DOOM updates to interfere with (if that matters to you).
|
||||
|
||||
I include mine as a reference. However, keep in mind that it is fiercely
|
||||
evil-mode-oriented. I apologize to non-evil users, but you will likely want to
|
||||
rewrite +bindings.el entirely and delete +commands.el.
|
||||
|
||||
Fortunately, besides disabled the evil module, that should be all you need to do
|
||||
to get an evil-less DOOM Emacs.
|
||||
I include mine as a reference. However, a warning to non-evil users: my module
|
||||
is fiercely evil-mode-oriented.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue