Update init.{example,test}.el & travis for new config policy
This commit is contained in:
parent
48ae8e2aff
commit
0026f08e27
3 changed files with 3 additions and 38 deletions
|
@ -9,7 +9,8 @@ before_install:
|
||||||
- export PATH="/home/travis/.evm/bin:$PATH"
|
- export PATH="/home/travis/.evm/bin:$PATH"
|
||||||
- evm config path /tmp
|
- evm config path /tmp
|
||||||
- evm install $EVM_EMACS --use --skip
|
- evm install $EVM_EMACS --use --skip
|
||||||
- cp init.test.el init.el
|
- mkdir -p ~/.doom.d
|
||||||
|
- cp init.test.el ~/.doom.d/init.el
|
||||||
- INSECURE=1 YES=1 make install
|
- INSECURE=1 YES=1 make install
|
||||||
env:
|
env:
|
||||||
- EVM_EMACS=emacs-25.1-travis
|
- EVM_EMACS=emacs-25.1-travis
|
||||||
|
|
|
@ -1,33 +1,4 @@
|
||||||
;;; init.el -*- lexical-binding: t; -*-
|
;;; init.example.el -*- lexical-binding: t; -*-
|
||||||
;;
|
|
||||||
;; Author: Henrik Lissner <henrik@lissner.net>
|
|
||||||
;; URL: https://github.com/hlissner/doom-emacs
|
|
||||||
;;
|
|
||||||
;; ================= =============== =============== ======== ========
|
|
||||||
;; \\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . //
|
|
||||||
;; ||. . ._____. . .|| ||. . ._____. . .|| ||. . ._____. . .|| || . . .\/ . . .||
|
|
||||||
;; || . .|| ||. . || || . .|| ||. . || || . .|| ||. . || ||. . . . . . . ||
|
|
||||||
;; ||. . || || . .|| ||. . || || . .|| ||. . || || . .|| || . | . . . . .||
|
|
||||||
;; || . .|| ||. _-|| ||-_ .|| ||. . || || . .|| ||. _-|| ||-_.|\ . . . . ||
|
|
||||||
;; ||. . || ||-' || || `-|| || . .|| ||. . || ||-' || || `|\_ . .|. .||
|
|
||||||
;; || . _|| || || || || ||_ . || || . _|| || || || |\ `-_/| . ||
|
|
||||||
;; ||_-' || .|/ || || \|. || `-_|| ||_-' || .|/ || || | \ / |-_.||
|
|
||||||
;; || ||_-' || || `-_|| || || ||_-' || || | \ / | `||
|
|
||||||
;; || `' || || `' || || `' || || | \ / | ||
|
|
||||||
;; || .===' `===. .==='.`===. .===' /==. | \/ | ||
|
|
||||||
;; || .==' \_|-_ `===. .===' _|_ `===. .===' _-|/ `== \/ | ||
|
|
||||||
;; || .==' _-' `-_ `=' _-' `-_ `=' _-' `-_ /| \/ | ||
|
|
||||||
;; || .==' _-' '-__\._-' '-_./__-' `' |. /| | ||
|
|
||||||
;; ||.==' _-' `' | /==.||
|
|
||||||
;; ==' _-' \/ `==
|
|
||||||
;; \ _-' `-_ /
|
|
||||||
;; `'' ``'
|
|
||||||
;;
|
|
||||||
;; These demons are not part of GNU Emacs.
|
|
||||||
;;
|
|
||||||
;;; License: MIT
|
|
||||||
|
|
||||||
(require 'core (concat user-emacs-directory "core/core"))
|
|
||||||
|
|
||||||
(doom! :feature
|
(doom! :feature
|
||||||
(popup ; tame sudden yet inevitable temporary windows
|
(popup ; tame sudden yet inevitable temporary windows
|
||||||
|
|
|
@ -1,21 +1,14 @@
|
||||||
;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*-
|
;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(setq doom-private-dir nil)
|
|
||||||
(require 'core (concat user-emacs-directory "core/core"))
|
|
||||||
|
|
||||||
(doom! :feature
|
(doom! :feature
|
||||||
evil
|
evil
|
||||||
workspaces
|
workspaces
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
company
|
company
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
doom-dashboard
|
doom-dashboard
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
password-store
|
password-store
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
org
|
org
|
||||||
web)
|
web)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue