Henrik Lissner
301a01182d
config/default: move ruby sp rules
...
To group them with other major mode rules
2018-10-06 20:44:25 -04:00
Henrik Lissner
9a17c909c9
Don't always create dummy files on doom quickstart
...
Only when DOOMDIR doesn't exist.
2018-10-06 20:44:25 -04:00
Henrik Lissner
5d3bada86e
Don't byte-compile xdg-path in doom-private-dir
...
The danger of a stale value post-byte-compilation far outweighs the
benefits.
2018-10-06 20:44:25 -04:00
Henrik Lissner
77510ed2d8
app/write: monospaced indentation in org
2018-10-06 20:44:25 -04:00
Henrik Lissner
661632d55e
ui/vc-gutter: fix git-gutter in tty Emacs
...
Use git-gutter-mode in tty Emacs, and git-gutter-fringe in GUI Emacs.
2018-10-06 20:44:25 -04:00
Henrik Lissner
706da14ec9
ui/modeline: fix void-variable evil-visual-* errors
...
For non-evil users.
2018-10-06 20:44:22 -04:00
Henrik Lissner
134e0218af
Merge pull request #928 from ztlevi/develop
...
fix `+macos/open-in-default-project` under `ranger-mode`
2018-10-06 20:44:09 -04:00
Amos Bird
ab273db50d
Rule is too restrict for file templates
2018-10-06 23:52:18 +08:00
Dominik Süß
c9aca5a81e
Updated documentation to use better gocode fork (supports Go 1.11+)
2018-10-06 14:47:06 +02:00
Henrik Lissner
6a17b193ea
lang/purescript: fix set-lookup-handler! indent
2018-10-04 23:44:17 +02:00
Martin Øinæs Myrseth
39059702c8
lang/haskell: Register intero-company backend
2018-10-04 21:56:43 +02:00
Martin Øinæs Myrseth
e44bb536b9
lang/purescript: Add lookup handlers
...
Add psc-ide-goto-definition and purescript-pursuit as definition and
documentation lookup handlers.
2018-10-04 21:56:43 +02:00
Ting Zhou
e4191a944b
fix +macos/open-in-default-project under ranger-mode
2018-10-04 11:13:51 -07:00
Henrik Lissner
d8dbd0759c
Merge pull request #927 from edwintorok/more-fixes
...
Fix some error path and typos spotted by `make compile`
2018-10-03 19:40:04 -04:00
Edwin Török
649b0795de
fix org/config typo
...
In toplevel form:
../modules/lang/org/config.el:380:1:Warning: Unused lexical variable
‘seperator’
Signed-off-by: Edwin Török <edwin@etorok.net>
2018-10-04 00:38:05 +01:00
Edwin Török
e5ff6c8418
fix +format--set error path
...
In +format--set:
../modules/editor/format/autoload/settings.el:81:26:Warning: ‘error’ called
with 0 args to fill 1 format field(s)
Signed-off-by: Edwin Török <edwin@etorok.net>
2018-10-04 00:38:05 +01:00
Edwin Török
cd314a1188
fix setq-hook error path
...
In setq-hook!:
core-lib.el:280:41:Warning: ‘listp’ called with 2 args, but requires 1
Signed-off-by: Edwin Török <edwin@etorok.net>
2018-10-04 00:38:05 +01:00
Henrik Lissner
22c85e2c5a
Merge pull request #924 from ragone/develop
...
mu4e-confirm-quit should be nil instead of t
2018-10-03 19:16:18 -04:00
Henrik Lissner
f0ace87a4a
Merge pull request #925 from edwintorok/fix-write-mode-fonts
...
Fix write mode fonts and format.el
2018-10-03 19:15:24 -04:00
Henrik Lissner
1b83d50e1c
Merge pull request #926 from MannySchneck/js2-mjs
...
lang/js: add .mjs to js2 auto-mode regex
2018-10-03 19:12:32 -04:00
Manny Schneck
8f2fd970e6
lang/js: add .mjs to auto-mode-alist regex
2018-10-03 18:08:28 -05:00
Edwin Török
58dd73030c
+write-mode: initialization functions were not run
...
setting +write-mode-hook had no effect because +write-mode-hook was not
defined yet, it is only defined by the minor mode definition inside
autoload.el (which didn't get autoloaded yet).
Due to this when activating `+write-mode` the `mixed-pitch-mode` did not
get activated.
Fix this by moving these all to autoload.
Signed-off-by: Edwin Török <edwin@etorok.net>
2018-10-03 23:03:11 +01:00
Edwin Török
7795da4800
Fix doom-serif-font and doom-variable-pitch-font: they need to be set for current frame too
...
On Emacs 26.1 these two font settings had no effect on the main frame.
Signed-off-by: Edwin Török <edwin@etorok.net>
2018-10-03 23:03:11 +01:00
Edwin Török
6859f77e1d
format.el: fix Wrong type argument: listp, t
...
The intention here was to build a list of two elements.
Signed-off-by: Edwin Török <edwin@etorok.net>
2018-10-03 23:03:11 +01:00
Henrik Lissner
5b4690419b
Increase doom-large-file-size threshold to 2mb
...
1mb is a little *too* conservative.
2018-10-03 15:10:08 -04:00
Henrik Lissner
48f7d33c03
Don't doom|check-large-file on tags files
...
Fixes an issue where reading TAGS files could cause "%s is a large file,
open literally to avoid performance issues?" prompts every time you open
a project file, if the tags file was larger than `doom-large-file-size'
2018-10-03 15:08:25 -04:00
Henrik Lissner
b4b19c40bf
company-capf = universal default company-backend
...
Also removes company-files from sly-mrepl-mode, because sly's capf
completion includes file completion.
2018-10-03 11:18:58 -04:00
Henrik Lissner
bc16ef5431
ui/tabbar: add tabbar-mode to doom-init-ui
...
Not that anybody should be using this module anyway...
2018-10-03 11:15:51 -04:00
Henrik Lissner
ed48c2d54d
Add SPC b {n,p} keys for {next,prev}-buffer
2018-10-03 11:15:27 -04:00
Henrik Lissner
ec44c5a702
Add SPC b - to toggle buffer narrowing
2018-10-03 11:14:55 -04:00
Henrik Lissner
fe425c005e
Add g-/g= keys for buffer narrowing/widening
2018-10-03 11:14:08 -04:00
ragone
aeae3ef1f3
fix: mu4e-confirm-quit should be nil
2018-10-03 19:58:17 +13:00
Henrik Lissner
f20cfd21c2
Add mouse-over info to modeline segments
...
Also extracts indentation style info from +modeline-encoding into new
+modeline-indent-style segment.
2018-10-03 02:33:18 -04:00
Henrik Lissner
702e0a6159
ui/popup: fix typo in d8928d4a
2018-10-03 02:32:22 -04:00
Henrik Lissner
46c3ff782a
lang/common-lisp: fix rainbow-delimiters-mode hook
2018-10-03 01:41:33 -04:00
Henrik Lissner
7a2bad551c
lang/common-lisp: fix comapny in sly repl
2018-10-03 01:34:26 -04:00
Henrik Lissner
ce1198f23d
lang/common-lisp: don't autopair '/` in sly-mrepl
...
Credit goes to @mfiano for this
2018-10-03 01:27:05 -04:00
Henrik Lissner
a251c81aa3
lang/common-lisp: add localleader keys & hydras
...
Credit goes to @mfiano for these keybinds.
2018-10-03 01:27:05 -04:00
Henrik Lissner
fc0d074f15
lang/common-lisp: S-RET => newline-and-indent (REPL)
...
Suggested by @mfiano
2018-10-03 01:27:05 -04:00
Henrik Lissner
d8928d4aab
ui/popup: fix which-key vslot fix
...
Prevents which-key from "sharing" popups.
Reported by @mfiano
2018-10-03 01:26:59 -04:00
Henrik Lissner
7f1b526f64
Set python-shell-* vars early
...
To make it easier for users to overwrite them in thir config.el (without
an after! block).
2018-10-03 00:05:45 -04:00
Henrik Lissner
b573fcce20
quit-window on multiple magit-status windows
...
If you accidentally open multiple magit status windows, you'll be stuck
in a deadlock, where `q` will do nothing. Now, +magit/quit will use
`quit-window` on excess magit-status windows instead.
2018-10-03 00:04:08 -04:00
Henrik Lissner
0312f8656a
completion/helm: remove +helm-global-prompt
...
This could hide helpful prompt text.
Addresses #923
2018-10-03 00:02:01 -04:00
Henrik Lissner
6515efa19e
feature/workspaces: add +workspaces-on-switch-project-behavior #836
...
To control when a new workspace is created when switching projectile
projects.
2018-10-03 00:00:56 -04:00
Henrik Lissner
63b195b133
lang/python: fix stringp errors when opening REPL
...
Caused my misuse of if-let* to let-bind dynamic variables. The expanded
code doesn't quite work out the way I expected, causing
python-shell-interpreter to be nil regardless of which side of the
if-else statement ran.
2018-10-02 23:52:29 -04:00
Henrik Lissner
6368ef9ba0
Add docstrings to fix hooks
2018-10-01 20:29:43 -04:00
Henrik Lissner
394633b5d8
Leave lifecycle management of helm buffers to helm
...
Could cause buffer processes to get killed, inadvertently.
2018-10-01 19:58:23 -04:00
Henrik Lissner
1f839b4423
Revise & update comments
...
Fix reference to old name of a hook function.
2018-10-01 18:53:34 -04:00
Henrik Lissner
270b381ce0
lang/ruby: fix reference to +python-version-cache
2018-10-01 12:28:58 -04:00
Henrik Lissner
868a0ab9b9
emacs/eshell: fix wrong-type-arg: stringp errors
...
Fix old usage of projectile API.
2018-10-01 12:06:08 -04:00