Henrik Lissner
631f075a82
lang/emacs-lisp: polish symbol fontification
...
Follow up on 76b4af99
; resolves "flickering christmas lights" issue
where symbols were incorrectly fontified with the last face while typing
them.
2018-08-11 01:59:37 +02:00
Henrik Lissner
e348e32cbc
Fix def-project-mode! :add-hooks overwriting hooks
...
Would overwrite hooks previously added to the project mode.
2018-08-11 01:59:36 +02:00
Henrik Lissner
bcbe2c6562
Merge pull request #794 from vikigenius/ess-fix
...
Fixed ess main load point
2018-08-10 19:42:01 +02:00
Henrik Lissner
76b4af99cc
lang/emacs-lisp: rewrite extra fontification
...
Now fontifies defined variables and functions, rather than from a
hardcoded list.
2018-08-10 19:40:07 +02:00
Henrik Lissner
7a216692e8
Don't modify helm-echo-input-in-header-line
...
This variable isn't reliable; some sources change it, making it
difficult to see our input.
2018-08-10 19:31:22 +02:00
Henrik Lissner
a24e4f51cd
ui/modeline: refocus after closing any posframe
2018-08-10 19:30:08 +02:00
Henrik Lissner
3e7c85244b
Improve modeline refocusing fixes
...
By affecting buffers instead of windows
2018-08-10 19:26:56 +02:00
Henrik Lissner
d6f89aaafd
Make doom/copy-backtrace copy the whole backtrace
2018-08-10 19:13:31 +02:00
Henrik Lissner
519330fcb1
Fix wrong-type-argument: treemacs-workspace error
...
Caused by changes upstream.
2018-08-10 18:52:20 +02:00
Henrik Lissner
b100fe332b
Slightly larger default +modeline-height (23)
2018-08-10 14:13:48 +02:00
Henrik Lissner
e33cb446aa
Refactor dashboard banner display & centering
2018-08-10 12:34:17 +02:00
Vikash Kathirvel
53d54608d3
Removed broken package ess-smart-equals
2018-08-09 22:33:44 +05:30
Vikash Kathirvel
ff4d5be1fa
Fixed ess main load point
2018-08-09 19:22:08 +05:30
Henrik Lissner
87c8f6e18e
Temporary fix for counsel-projectile arrayp error
...
This should be reversed once the issue is fixed upstream.
Addresses #792
2018-08-09 13:00:11 +02:00
Henrik Lissner
68dc510a1c
Refactor +modeline-file-path
...
Remove unused letvars and face management.
2018-08-09 12:58:26 +02:00
Henrik Lissner
01dcc248cf
Improve posframe/modeline focus fix
...
switch-to-buffer is more reliable than select-window
2018-08-09 12:57:46 +02:00
Henrik Lissner
3131bda98c
lang/php: fix interpolation in unquoted lambda
2018-08-09 01:02:47 +02:00
Henrik Lissner
56fcad4970
lang/php: use internal phpctags only
...
Other versions of phpctags may cause errors.
2018-08-09 00:40:26 +02:00
Henrik Lissner
63cc8b4306
Fix flycheck staying enabled after doom/reload
2018-08-08 23:37:30 +02:00
Henrik Lissner
808c1356df
Don't sort company candidates by default
2018-08-08 23:37:30 +02:00
Henrik Lissner
541ce81b91
Fix #791 : replace global-command-log-mode
...
global-command-log-mode isn't autoloaded, but
clm/toggle-command-log-buffer is, and if command-log-mode-is-global is
set, it is equivalent to global-command-log-mode.
2018-08-08 23:37:30 +02:00
Henrik Lissner
6eafdd7c62
Refactor module load process
...
doom! no longer loads modules, it only sets
doom-modules (incrementally).
Instead, modules are loaded by doom-initialize-modules (which makes more
sense).
2018-08-08 23:37:30 +02:00
Henrik Lissner
f88a97177c
Rename doom-ensure-core-directories
...
Give it a more descriptive name
2018-08-08 23:37:30 +02:00
Henrik Lissner
916210d5a8
feature/lookup: silence cl-destructuring-bind errors
...
In likely case where (bounds-of-thing-at-point 'symbol) returns nil,
cl-destructuring-bind would throw a wrong-number-of-args error we don't
care about.
2018-08-08 23:37:29 +02:00
Henrik Lissner
60f6418db2
lang/org: Rename +org-capture-window-params
...
These are frame parameters; it is incorrect to call them window
parameters.
2018-08-08 23:37:29 +02:00
Henrik Lissner
61c44eee12
Merge pull request #790 from aidangilmore/notmuch-update-command
...
Configurable sync backends for NotMuch
2018-08-08 21:30:02 +02:00
Henrik Lissner
e30ca73dc4
Autoload +org-capture-window-params
2018-08-08 20:44:03 +02:00
Aidan Gilmore
2e98e1ae50
Configurable sync backends for NotMuch
2018-08-08 12:06:07 -04:00
Henrik Lissner
9d74ede286
lang/org: remove second org-src popup rule
...
And rearrange ipython rules
2018-08-08 18:02:20 +02:00
Henrik Lissner
b17bbf2729
lang/cc: refactor company-(glsl|cmake) configs
2018-08-08 00:11:20 +02:00
Henrik Lissner
78e4559465
Move mode-line-misc-info to front of :main rhs
...
This ensures any extraneous spacing it adds to the mode-line isn't
visible, without compromising plugins' ability to add information to
your modeline.
2018-08-07 22:52:02 +02:00
Henrik Lissner
c385ed7708
Set no default company-backends
...
No magic. Let the user decide exactly what backends to use for any given
buffer.
2018-08-07 21:31:34 +02:00
Henrik Lissner
7e5b8012b6
lang/cc: set company backends on irony-mode
...
Rather than c/c++/objc modes.
2018-08-07 21:12:26 +02:00
Henrik Lissner
b349dd3473
ui/popup: respect org-src-window-setup
2018-08-07 14:44:10 +02:00
Henrik Lissner
685f282b53
completion/ivy: nudge posframe up some
...
It was too far down on smaller displays
2018-08-07 14:43:27 +02:00
Henrik Lissner
3d363d4cb1
completion/helm: refactor posframe support (again)
2018-08-07 14:42:58 +02:00
Henrik Lissner
85e837e06a
Fix wrong-type-arg: integerp by posframe
...
Due to destructive advice.
Fixes #787
2018-08-07 12:57:21 +02:00
Henrik Lissner
37e80c4878
Refactor doom*strip-text-properties-from-undo-history
...
:around -> :before advice
2018-08-07 03:27:24 +02:00
Henrik Lissner
c45e563453
Fix advice for `undo-tree-make-history-save-file-name'
...
Inspired by #786 : `:filter-return' expects a function to be given. If neither
"zstd" or "gzip" are found on the executable path, then it gets given nil
instead, which results in sadness when trying to save files.
2018-08-07 03:14:28 +02:00
Henrik Lissner
e266ec9eec
Add company-ispell to default text-mode backends
2018-08-06 23:03:02 +02:00
Henrik Lissner
2a8b3e674a
ui/modeline: refactor focus/unfocus logic
...
And improves integration with helm
2018-08-06 22:41:44 +02:00
Henrik Lissner
eaaf6751d3
Polish docstring for set-company-backend!
2018-08-06 22:41:44 +02:00
Henrik Lissner
4ab1bbbdba
Fix 'simple mode for +treemacs-use-git-mode
...
Due to pattern mismatch, 'simple mode was never activated.
2018-08-06 22:41:43 +02:00
Henrik Lissner
1d7f141e3d
Merge pull request #784 from duog/pr/fix-helm-execute-persistent-action
...
fix helm execute persistent action
2018-08-06 22:41:26 +02:00
Douglas Wilson
fd13df48a5
Fix helm-execute-persistent-action
...
With (helm +childframe) in doom! section, without this patch
execute-persistent-action opens an extra non-child frame. This
doesn't play nicely with my tiling window manager.
This patch is taken from helm-posframe, and seems to fix it.
2018-08-07 08:31:50 +12:00
Henrik Lissner
d5363a5a2e
Fix recursive helm error in helm-buffers-list
2018-08-06 11:56:50 +02:00
Henrik Lissner
d01926a7c3
Fix void-function treemacs--is-visible? error
2018-08-06 11:18:26 +02:00
Henrik Lissner
2aaea3a0d5
Use helpful for helm-apropos
2018-08-06 00:31:24 +02:00
Henrik Lissner
b56404f0ce
Correct docstring for +helm-project-search-engines
...
Re:git-grep/grep fallback
2018-08-06 00:31:24 +02:00
Henrik Lissner
bd0b7d2341
Remove wgrep from completion/helm (unused package)
2018-08-06 00:31:24 +02:00