Commit Graph

10661 Commits

Author SHA1 Message Date
Henrik Lissner
3a89c3f79d
editor/fold: fix void-variable hs-block-start-regexp
Which will happen if +fold/next is called before hideshow is loaded.
2019-10-14 13:19:32 -04:00
Henrik Lissner
d1cef7e498
Remove M-;/A-; override keybinds
They're redundant with M-: and SPC ;
2019-10-14 03:20:11 -04:00
Henrik Lissner
ea936d90c8
Handle --restore unconditionally #1893 2019-10-14 03:00:37 -04:00
Henrik Lissner
f779c3b781
completion/company: remove unneeded transient hook 2019-10-14 02:54:44 -04:00
Henrik Lissner
da7aef9a4c
Move --restore handler to init.el #1893 2019-10-14 02:54:29 -04:00
Henrik Lissner
ccb3b27654
Bind SPC b S to save all buffers 2019-10-14 02:54:29 -04:00
Henrik Lissner
97d915e64b
lang/faust: minor refactor 2019-10-14 02:54:29 -04:00
Henrik Lissner
a792777f52
Merge pull request #1880 from flatwhatson/org-pomodoro
lang/org: add +pomodoro feature
2019-10-14 02:36:30 -04:00
Henrik Lissner
67646ed2ad
Merge pull request #1894 from rgrinberg/fix-tuareg-binding
lang/ocaml: decouple tuareg-find-alternate-file from merlin
2019-10-14 02:34:57 -04:00
Andrew Whatson
285eab1ee5 Add support for org-pomodoro 2019-10-14 15:04:17 +10:00
Bart Brouns
3f60e40f40 Add lang/faust module (#1898) 2019-10-13 19:23:54 -04:00
Henrik Lissner
25acbd29d5
lang/org: fix TAB in tty Emacs #1897 2019-10-13 14:48:48 -04:00
Rudi Grinberg
bdeb02ddc2 Fix tuareg-find-alternate-file binding
This binding should be available whenever tuareg is loaded. Previously,
it would loaded only after merlin.

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2019-10-13 20:36:49 +09:00
Rudi Grinberg
a616e1f6ba Add syntax highlighting to ielm buffers
Taken from http://www.modernemacs.com/post/comint-highlighting/

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2019-10-13 15:17:16 +09:00
Henrik Lissner
f1324172d3
docs/faq: update leader key defaults 2019-10-13 01:18:52 -04:00
Henrik Lissner
b343f238fa
Correct workflow badge link 2019-10-13 00:28:48 -04:00
Henrik Lissner
154ec46df2
Bind SPC h / and C-h / to apropos-documentation too 2019-10-13 00:18:03 -04:00
Henrik Lissner
8017571b06
Merge pull request #1891 from Emiller88/gh-actions
Add GitHub actions
2019-10-13 00:15:31 -04:00
Edmund Miller
07ab577150
Remove travis-ci badge and config 2019-10-12 23:04:58 -05:00
Henrik Lissner
c232000e80
Merge pull request #1885 from zakkak/lang-ledger-readme
lang/ledger: add README.org
2019-10-12 23:53:14 -04:00
Henrik Lissner
a493200fbb
Merge pull request #1878 from zakkak/twitter-readme
app/twitter: add README.org
2019-10-12 23:52:53 -04:00
Henrik Lissner
35db55d589
Merge pull request #1888 from rgrinberg/tweak-ocaml-config
lang/ocaml: remove .merlin file detection
2019-10-12 23:52:00 -04:00
Henrik Lissner
98c80ce412
Merge pull request #1889 from rgrinberg/update-projectile-function-autoload
Autoload projectile-locate-dominating-file
2019-10-12 23:50:58 -04:00
Henrik Lissner
f0f2a17191
Merge pull request #1890 from rgrinberg/remove-unnecessary-re-search
re-search-forward -> search-forward
2019-10-12 23:50:33 -04:00
Henrik Lissner
968618bbbf
Bind SPC h A and C-h A to apropos-documentation 2019-10-12 23:46:40 -04:00
Rudi Grinberg
55e00bbd26 re-search-forward to search-forward when no re
When no regular expression is present, it's faster and simpler to use
search-forward

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2019-10-13 12:25:41 +09:00
Edmund Miller
c0e8775f72
remove gh-action testing 2019-10-12 22:23:42 -05:00
Edmund Miller
0323eb6700
remove macos 2019-10-12 22:19:45 -05:00
Edmund Miller
39ae5873c0
add PRs, macos, and remove compile 2019-10-12 22:01:44 -05:00
Rudi Grinberg
78f808d31e Fix uses of projectile-locate-dominating-file
This function isn't autoloaded so we should include it in the list of
commands like some other projectile functions.

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2019-10-13 11:37:06 +09:00
Edmund Miller
1f59db47d8
add gh-actions branch for testing 2019-10-12 21:36:32 -05:00
Edmund Miller
5dd742782a
add initial GitHub action CI 2019-10-12 21:32:06 -05:00
Rudi Grinberg
14b5e545c4 Remove detection for .merlin files
These files are generated and hence this detection fails if they haven't
been generated yet. Merlin is essential for basically all OCaml
development so there's no need for this extra check.

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2019-10-13 11:26:49 +09:00
Henrik Lissner
5999fee7c3
completion/company: load company earlier
Potentially addresses #1696, #1687, #1686, #993
2019-10-12 19:31:59 -04:00
Henrik Lissner
9c548a60e3
completion/ivy: load counsel earlier 2019-10-12 19:31:05 -04:00
Foivos Zakkak
440da591c1
Adds README for lang:ledger 2019-10-13 00:50:06 +03:00
Henrik Lissner
9f1936ae3a
Revise docs/faq 2019-10-12 14:55:16 -04:00
Henrik Lissner
90b59d00df
editor/evil: update evil-collection-mode-list 2019-10-12 00:48:48 -04:00
Henrik Lissner
b45cc335db
lang/common-lisp: offload to evil-collection-sly 2019-10-12 00:48:48 -04:00
Henrik Lissner
30c091d3f5
Fix non-string args to file-exists-p! macro 2019-10-12 00:48:48 -04:00
Henrik Lissner
1d072a6c9e
Open C-{S-t,t} keys to other OSes/terminal emacs 2019-10-12 00:48:48 -04:00
Henrik Lissner
922b48872d
lang/org: move hugo config into +org-init-export-h
It doesn't warrant its own file under contrib.
2019-10-12 00:48:47 -04:00
Henrik Lissner
22b0b43fe1
lang/org: replace SPC m e with org-export-dispatch #1879
Let ox handle the export dispatch keybinds.
2019-10-12 00:48:47 -04:00
Foivos Zakkak
74211e11c0
Adds how to build emacs with ImageMagick in app:twitter 2019-10-11 11:56:33 +03:00
Foivos Zakkak
fd6e53be7a
Adds README for app:twitter 2019-10-11 11:56:22 +03:00
Henrik Lissner
586243e297
Merge pull request #1877 from zakkak/fix-comments-in-emacs-bindings
Fix comments for M and I prefixes in +emacs-bindings.el
2019-10-10 22:22:21 -04:00
Henrik Lissner
6ba7c97501
Remove the_platinum_searcher support
I'm reducing the scope of our project search so we can eventually focus
on ripgrep. By specializing I can extend Doom's features for project
searching.
2019-10-10 22:02:18 -04:00
Henrik Lissner
7654764713
editor/evil: update docstring for +evil:align* commands 2019-10-10 21:38:08 -04:00
Henrik Lissner
aac843511b
Fix :h[elp] ex command
To now open documentation for ex commands, otherwise falling back to
apropos. If BANG, then searches Doom's (yet to be published) manual.
2019-10-10 21:31:13 -04:00
Henrik Lissner
82167ab48a
Remove :lang vala module
To small to warrant a module and vala-mode is unmaintained. It's trivial
for end users to install it themselves.
2019-10-10 21:31:13 -04:00