ffdb726ed8
Exclude gh.el from autoloads
...
See sigma/gh.el#95
2019-07-22 06:06:58 +02:00
6f878a38bd
Fix incorrect path to init.example.el
2019-07-22 04:48:44 +02:00
1c4215c187
Fix 'command not found' errors for hidden commands
2019-07-22 04:46:14 +02:00
879ab3b2f3
Replace incorrect usage of doom-dir with doom-path
2019-07-22 04:20:52 +02:00
76bb892a0c
Move cli/quickstart -> cli/install
2019-07-22 04:16:47 +02:00
d980920c97
cli/packages: fix rebuild ignoring argument
2019-07-22 02:37:48 +02:00
060ede0e2e
General, minor reformatting across the board
...
And an offering of blood to our great lord Byte Compiler-sama.
2019-07-22 02:37:45 +02:00
71ba4789ca
Fix hash-table-p errors on reloading pkg autoloads
...
Because doom-modules wasn't set in doom-module-path's scope.
2019-07-22 02:37:44 +02:00
b90dede1ab
💥 Replace package.el/quelpa with straight #374
...
There are a few kinks to iron out, but for the most part it's done. Doom
Emacs, powered by straight. Goodbye gnutls and elpa/quelpa issues.
This update doesn't come with rollback or lockfile support yet, but I
will eventually include one with Doom, and packages will be (by default,
anyway) updated in sync with Doom.
Relevant threads: #1577 #1566 #1473
2019-07-22 02:30:40 +02:00
c3354e2620
cli: disable patch-macos (only --undo/-u works)
...
This has been deprecated for a while. I will remove it entirely with the 2.1
release, but for now, you can no longer patch your app bundle with this.
Use 'doom env refresh' instead.
2019-07-20 11:40:00 +02:00
527079094d
Expand docs for doom {install,update,autoremove}
2019-07-12 14:16:53 +02:00
cb401c8302
Don't abbreviate autoload paths on windows #1548
2019-07-10 16:05:40 +02:00
dfa5324f3d
cli/env: change how envvars are ignored
...
Improves the detection and omission algorithm of undesired envvars.
2019-07-10 15:06:45 +02:00
71d505b893
Cache doom-modules on doom refresh
2019-07-07 14:10:21 +02:00
52f575d4d2
Exclude PROMPT & RPROMPT envvars from env file
2019-07-02 14:16:58 +02:00
275f499ce9
Exclude PS1 envvar from env file
2019-07-02 13:01:28 +02:00
5d0c408c38
cli/env: ignore PWD envvar
2019-06-30 09:48:54 +02:00
9a02bd8ac8
Minor refactors across the board
...
- when-let* -> when-let
- Fix projectile-locate-dominating-file for connected remote files
2019-06-26 14:31:06 +02:00
4f5f51237e
cli/env: remove ignored vars retroactively
...
doom-env-ignored-vars is now treated as a list of regexps.
Also updates docstrings and announces ignored variables.
2019-06-26 14:31:06 +02:00
cdc41fc822
cli/env: reformat envvar file header
...
Places the generation command on line 2 for easier retrieval and
reformats explanation below.
2019-06-26 14:31:06 +02:00
b45591989b
Revert remote reloading after refreshing autoloads
...
It's too flimsy, breaks easily, and doesn't handle the case where
multiple instances of Emacs are open.
2019-06-18 22:10:19 +02:00
6be401f1a7
Refactor Doom core & reload autoloads remotely
...
- Move subr-x/cl-lib loading to core-lib
- Revise docstrings for and rename various CLI functions to be more
descriptive and up-to-date
- After regenerating autoloads file, bin/doom will try to reload
autoloads files remotely, through the server/daemon, if possible. This
is highly experimental and could break
2019-06-16 23:01:17 +02:00
5e9c020c21
doom-files-in: replace NOSORT w/ SORT; change default MATCH
...
- SORT defaults to t
- MATCH's new default regexp excludes files that start with underscore.
2019-06-16 19:16:23 +02:00
47739698a8
Correct typo in doom env enable
output #1499
2019-06-16 19:16:22 +02:00
84fd744e3f
Minor, general refactor & comment revision
2019-06-14 11:08:59 +02:00
9d668791da
Correct documentation of env_var file
...
Because of 3ed54e191b
The `load-env-vars` advice is false now. Instead we can propose setting "doom-env-file" correctly, it seems to work for me.
2019-06-13 10:03:50 +02:00
6641e26283
Refactor package management API
...
Sets out to solve a number of issues with the package management
process. Namely:
- To-be-removed packages that are simply being removed are no longer
incorrectly labeled "quelpa->elpa", but "removed" instead.
- A backend (elpa vs quelpa) column was added to the package listing
confirmation when running `doom update`.
- Doom now correctly recognizes that packages installed with a psuedonym
are installed, and will not endlessly attempt to uninstall and
reinstall them on every `doom refresh`.
- Packages declared with :built-in will no longer lose their built-in
marking if said package is not actually present in Emacs' site load
paths. i.e. if you say it's built in, Doom won't question it.
- package!'s :ignore property is now treated as a form whose evaluated
result will be used as its value.
2019-06-11 08:01:42 +02:00
29293aa17f
Fix #1453 : ensure package autoloads are reloaded
...
`doom-package-update` does not trigger regeneration of the package
autoloads file.
2019-06-10 09:38:56 +02:00
2631ca90d9
fix shebang for macos patch
2019-06-08 07:31:24 +02:00
0733a6dfac
Replace SPC h p with doom/help-packages
...
Now that it supersedes describe-packages in functionality.
2019-05-30 14:01:48 -04:00
990896ac9c
Fix doom quickstart help formatting
...
Not breaking lines in the right place.
2019-05-30 14:00:41 -04:00
93876028b4
cli/upgrade: always update packages
...
Even when Doom is up-to-date.
2019-05-22 17:10:44 -04:00
5ec0c5ba3f
cli/env: refactor
2019-05-17 21:34:21 -04:00
3ed54e191b
Fix #1322 : replace load-env-vars w/ custom loader
...
I've replaced load-env-var with our own custom parser. load-env-var
expects a well-formatted env file, which neither env nor set produces,
which is what doom env uses to dump the shell environment.
This should fix issues that arise when envvars (like PATH) contain
arbitrary whitespace.
2019-05-17 20:19:35 -04:00
2cb5d895d7
cli/upgrade: fix void-function error
...
Derpity derp derp.
Derp McDerpington.
Derpsville, population me.
2019-05-15 17:29:43 -04:00
4b66b7c29b
cli/upgrade: emit full error, if one occurs
2019-05-15 17:17:56 -04:00
f7a6b2b33e
cli/upgrade: refresh before updating packages
...
So missing packages are installed and orphaned ones are removed (and env
file updated, if necessary).
2019-05-14 23:41:02 -04:00
f0fe71892b
cli/upgrade: autoremove orphaned packages
2019-05-14 22:30:16 -04:00
7443669b1e
Minor refactors & comment revision
2019-05-13 14:37:00 -04:00
2358dbfc84
Replace "Doom" w/ ~/.emacs.d when 'upgrade' fails
2019-05-12 00:56:17 -04:00
a558f9b3f1
cli/quickstart: fix font path for all-the-icons-install-fonts
...
all-the-icons-install-fonts guesses the font path based on
`window-system', which is nil in tty Emacs.
2019-05-12 00:56:17 -04:00
d7bc99c3c3
Add deprecation warnings to doom patch-macos
...
And make "doom env enable" an alias for "doom env auto"
2019-05-09 18:43:32 -04:00
e0e82ffbeb
cli/quickstart: ensure new init.el doom! is seen
2019-05-06 02:12:49 -04:00
e75c41b10d
Fix autoload/hydras.el autoloads #1388
...
Caused by autoloads paths not being resolved correctly during
generation.
2019-05-05 19:40:51 -04:00
45266213a5
Revert 087127a3
...
Installing buttercup on demand wasn't robust enough. Tests were breaking
more often.
2019-05-05 00:02:59 -04:00
eb47568701
cli/quickstart: generate {init,config,packages}.el separately
...
Instead of aborting if DOOMDIR exists, all three files will be
checked (and generated) separately.
2019-05-01 21:02:29 -04:00
6d314c2795
Revise and update docstrings and comments
2019-05-01 21:02:28 -04:00
6bd6c1623b
Fix 'doom upgrade' not updating pkg autoloads
...
Folks should no longer need to run 'doom refresh' after upgrading.
2019-04-30 18:44:44 -04:00
087127a31d
Lazy-install buttercup package
2019-04-29 18:48:35 -04:00
88406bb11a
Fix unit test runner
2019-04-24 18:16:07 -04:00