Commit Graph

5301 Commits

Author SHA1 Message Date
Henrik Lissner
b12d7bde05
Update docstring for package management macros 2018-04-03 15:00:52 -04:00
Henrik Lissner
183b061351
feature/snippets: add doom-private-dir/snippets to yas-snippet-dirs 2018-04-03 05:45:45 -04:00
Henrik Lissner
0739e8cd0a
completion/helm: fix void-function with-helm-buffer error
Presumably caused by eager expansion trying to expand the macro before
helm is loaded.
2018-04-03 04:20:10 -04:00
Henrik Lissner
fd3d2ebf0d
lang/data: alphabetize package configs 2018-04-03 04:18:11 -04:00
Henrik Lissner
7c5832c285
lang/data: add graphql-mode 2018-04-03 04:16:40 -04:00
Henrik Lissner
4d5965c71b
feature/popup: slightly larger org-agenda popups 2018-04-03 03:50:20 -04:00
Henrik Lissner
355b4b1364
💥 Replace config/private w/ first-class support
The config/private module has been removed. ~/.doom.d (or
~/.config/doom; whichever is detected first) is now a first class
citizen of Doom and should just work(tm).

Your init.el only needs to contain:

  (require 'core (concat user-emacs-directory "core/core"))

And you may place your doom! block in ~/.doom.d/init.el (or
~/.config/doom/init.el).
2018-04-03 03:07:30 -04:00
Henrik Lissner
b701303909
lang/web: emmet-expand-jsx-className = t in rjsx-mode 2018-04-02 22:02:32 -04:00
Henrik Lissner
7ee4560c28
Merge pull request #505 from bandresen/pr_ui-posframe
Fix: ui/posframe: grab :size from doom-font if no `ivy-posframe-font' is defined
2018-04-02 16:04:41 -04:00
Benjamin Andresen
26d31d3b8b Cut: ui/posframe: don't set `ivy-posframe-font'
Previous value of current font + :size 18 is unexpected.
2018-04-02 22:02:08 +02:00
Henrik Lissner
ea2a9591ff
Merge pull request #504 from ar1a/patch-1
update documentation for +lookup/documentation
2018-04-02 15:50:24 -04:00
ar1a
6fa8edcb22
update documentation for +lookup/documentation
gh is now K in normal mode
2018-04-03 01:13:06 +08:00
Henrik Lissner
a73ba9bc8a
Merge pull request #500 from bandresen/develop
a few app/irc improvements
2018-04-02 06:27:52 -04:00
Henrik Lissner
056bfd5258
Merge pull request #501 from bandresen/pr-lang_nix
Add: lang/nix: add to init.example.el
2018-04-02 06:27:15 -04:00
Henrik Lissner
06acb2f3cf
feature/popup: general refactor 2018-04-02 06:25:31 -04:00
Henrik Lissner
cc658beb9e
tools/eshell: remove unused lexical var 2018-04-02 06:17:49 -04:00
Henrik Lissner
8e7f97167a
Minor whitespace/docstring refactor 2018-04-02 06:17:22 -04:00
Henrik Lissner
54c6301f45
feature/workspaces: reduce redundancy in +workspace/kill-session 2018-04-02 05:51:01 -04:00
Henrik Lissner
aad653d913
feature/workspaces: clear last workspace instead of erroring out 2018-04-02 05:50:39 -04:00
Henrik Lissner
7282553d2d
app/calendar: minor indentation refactor 2018-04-02 05:50:07 -04:00
Henrik Lissner
f6f2c92373
app/calendar: don't require :feature workspaces 2018-04-02 05:49:55 -04:00
Benjamin Andresen
180483ea72 Add: lang/nix: add to init.example.el
nix is a functional declarative package manager
2018-04-02 09:04:34 +02:00
Benjamin Andresen
4f4176c646 Add: app/irc: include disconnect hook code 2018-04-02 08:08:13 +02:00
Benjamin Andresen
fbf80489da Document: app/irc: add docstrings for all variables 2018-04-02 08:07:44 +02:00
Benjamin Andresen
082b63610c Add: app/irc: pretty up a few more kinds of messages 2018-04-02 07:53:51 +02:00
Henrik Lissner
21da187361
lang/org: fix forward/backward motion keys 2018-03-31 18:06:38 -04:00
Henrik Lissner
a546c8c92b
tools/magit: remove unnecessary keybinds; integrate ivy; show gravatars 2018-03-30 04:12:52 -04:00
Henrik Lissner
13bffc54bd
Refactor theme/font initialization
Addressed #489
2018-03-30 04:12:52 -04:00
Henrik Lissner
673b723977
config/default: revise SPC g ... keys (magit focus) 2018-03-30 04:12:52 -04:00
Henrik Lissner
96e8e3cc19
feature/popup: add with-popup-rules! macro 2018-03-29 21:09:06 -04:00
Henrik Lissner
7590c46f6c
Merge pull request #495 from benj02/patch-2
Feature: lang/web: add local leader bindings for web-mode
2018-03-29 21:08:03 -04:00
Ben Johnson
9ebab55a3f
lang/web: add local leader bindings for web-mode
Web mode has a bunch of helpful commands under `C-c`, this replicates the same
bindings, but in leader-key style. E.g.: `C-c C-a k` becomes `SPC m a k`
2018-03-29 04:45:28 -07:00
Henrik Lissner
e17271a772
tools/imenu: make imenu-list update sooner 2018-03-28 19:08:37 -04:00
Henrik Lissner
43830a8498
tools/eshell: fix typo in condition in +eshell/switch
Also changes behavior to select the selected eshell window if it's
already open.
2018-03-28 19:07:52 -04:00
Henrik Lissner
f44a227e74
Refactor scratch buffer; add doom-scratch-buffer-major-mode option #490
Also set the default scratch buffer major mode to fundamental-mode
2018-03-28 18:39:46 -04:00
Henrik Lissner
229d4de390
feature/popup: minor rule refactor 2018-03-28 17:33:26 -04:00
Henrik Lissner
08976dafdd
tools/eshell: fix +eshell/switch 2018-03-28 17:32:35 -04:00
Henrik Lissner
3fb7b24544
tools/eshell: fix overeager cleanup deleting other windows along with eshell 2018-03-28 17:32:26 -04:00
Henrik Lissner
5ca78c3984
feature/popup: always open term/eshell popups at bottom of frame 2018-03-28 17:31:23 -04:00
Henrik Lissner
611b528520
Merge pull request #491 from MaskRay/develop
completion/ivy: fix ag/pt/grep file search args
2018-03-28 16:48:24 -04:00
Fangrui Song
f1cf88eeb6 completion/ivy: fix ag/pt/grep file search args 2018-03-28 12:34:04 -07:00
Henrik Lissner
f38cd94f33
ui/doom: improve solaire-mode theme integration
Now +doom-solaire-themes is an alist that informs Doom if the current
theme should be loaded with solaire-mode, and whether
solaire-mode-swap-bg should be used.
2018-03-28 06:49:54 -04:00
Henrik Lissner
56dcc42440
feature/evil: fix nil evil-want-integration when +everywhere isn't used 2018-03-28 04:14:00 -04:00
Henrik Lissner
174e0518a1
ui/doom: fix void-symbol error caused by misnamed advice function 2018-03-28 03:32:52 -04:00
Henrik Lissner
375547d1b3
tools/magit: set magithub-dir sooner (prevent .emacs.d/magithub) 2018-03-28 03:06:51 -04:00
Henrik Lissner
4bafe29722
Fix package! :disable not disabling packages
doom-disabled-packages we built either too early or too late, causing
disabled packages to be loaded anyway.
2018-03-28 02:56:24 -04:00
Henrik Lissner
05d4386409
Merge pull request #488 from orther/cleanup-auth-source-pass
Update password-store +auth to only use auth-source-pass
2018-03-28 01:11:07 -04:00
Henrik Lissner
f334a92fdc
Fix package management delete-reinstall loop with quelpa packages 2018-03-28 01:04:34 -04:00
Henrik Lissner
d39f384198
Fix gc-cons-* & file-name-handler-alist not being reset 2018-03-28 00:53:51 -04:00
Henrik Lissner
26514e2834
Optimize doom-initialize-packages for cold startup 2018-03-28 00:52:45 -04:00