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
Henrik Lissner
e85aaabed9
Rewrite bin/doom quickstart
...
Now creates a packages.el file as well, with some commented examples,
and includes comment headers for config.el and packages.el.
2018-09-30 22:49:23 -04:00
Henrik Lissner
aaa21698e9
ui/pretty-code: don't error on non-existent symbol
...
Users may want to customize the symbol list entirely, rather than modify
in place.
2018-09-30 16:19:17 -04:00
Henrik Lissner
05160a6526
lang/org: default org-agenda-files to org-directory
2018-09-30 15:14:01 -04:00
Henrik Lissner
2637544022
bin/doom: refactor no-args error message
...
Dumping usage to stdout just drowns out the problem: they forgot a
command!
2018-09-30 00:55:39 -04:00
Henrik Lissner
6c5512896a
ui/doom-modeline: fix stringp errors
...
Caused by old uses of doom-project-root. See 53fe7a1
for details.
2018-09-29 21:58:09 -04:00
Henrik Lissner
fd19698927
doom|hack-local-variables => MODE-local-vars-hook
...
Uses a less destructive method (the same that Spacemacs uses) than the
one introduced in 13cee68
, by introducing MODE-local-vars-hook hooks,
which run after local vars have been initialized.
The old method was to call `hack-local-variables` *before* mode hooks
run, however, this causes variables set by modes to have higher
precedence than local vars, which is unacceptable.
Also moved intero-mode & dante-mode to haskell-mode-local-vars-hook
2018-09-29 15:01:35 -04:00
Henrik Lissner
b674aef31b
tools/editorconfig: add binary check to doctor.el
2018-09-28 23:52:22 -04:00
Henrik Lissner
e7fc1d3290
Fix wrong-type-arg: stringp, nocache errors
...
Fix old usage of doom-project-name and doom-project-root.
2018-09-28 23:49:18 -04:00
Henrik Lissner
cae5009925
cl-remove-if -> cl-delete-if
...
Minor optimization for doom-load-packages-incrementally (cl-delete-if
deletes in-place).
2018-09-28 22:50:39 -04:00
Henrik Lissner
f994fb07bf
bin/doom: make invalid command a user-error
...
It shouldn't invoke error handlers.
2018-09-28 22:29:42 -04:00
Henrik Lissner
a91df46aa8
bin/doom: revert debug-on-error = t
...
It's too destructive. Will sometimes crash the script with no error
output.
2018-09-28 21:59:06 -04:00