Commit Graph

2058 Commits

Author SHA1 Message Date
2485cac2e0 lang/emacs-lisp: refactor eval handler
pp-eval-expression does much of what +emacs-lisp-eval used to do.
2019-10-17 02:53:44 -04:00
33110e9ebe lang/markdown: add edit-indirect package #1909
Fixes markdown-edit-code-block (on C-c '), which tries to install the
package via package.el, but will obviously fail because Doom doesn't use
package.el.
2019-10-17 02:36:19 -04:00
c8b3e7f5ea Merge pull request #1892 from rgrinberg/syntax-highlight-ielm
lang/emacs-lisp: add syntax highlighting to ielm buffers
2019-10-17 02:12:52 -04:00
a30cb00d9b Merge pull request #1907 from UndeadKernel/fix_clojure-cljs-repl
lang/clojure: fix repl handler for clojurescript
2019-10-17 02:10:56 -04:00
eb953a1e9e Merge pull request #1911 from jonathye/develop
lang/latex: set variables earlier #1910.
2019-10-17 02:07:58 -04:00
8cd9f2281b Refactor ielm syntax highlighting 2019-10-17 01:53:14 -04:00
323e0adf45 Minor refactors & reformatting across the board 2019-10-17 01:47:58 -04:00
b0c780b7dd lang/latex: fix setting variables #1910. 2019-10-16 15:43:05 -04:00
a0870d0d75 lang/clojure: start clojurescript repl correctly 2019-10-15 17:35:22 +02:00
51973dca9b Move auto-fill-mode to text-mode-hook 2019-10-14 18:25:02 -04:00
97d915e64b lang/faust: minor refactor 2019-10-14 02:54:29 -04:00
a792777f52 Merge pull request #1880 from flatwhatson/org-pomodoro
lang/org: add +pomodoro feature
2019-10-14 02:36:30 -04:00
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
285eab1ee5 Add support for org-pomodoro 2019-10-14 15:04:17 +10:00
3f60e40f40 Add lang/faust module (#1898) 2019-10-13 19:23:54 -04:00
25acbd29d5 lang/org: fix TAB in tty Emacs #1897 2019-10-13 14:48:48 -04:00
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
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
c232000e80 Merge pull request #1885 from zakkak/lang-ledger-readme
lang/ledger: add README.org
2019-10-12 23:53:14 -04:00
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
440da591c1 Adds README for lang:ledger 2019-10-13 00:50:06 +03:00
b45cc335db lang/common-lisp: offload to evil-collection-sly 2019-10-12 00:48:48 -04:00
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
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
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
33bc15788c lang/web: enable company-css in web-mode 2019-10-10 16:11:42 -04:00
f8fe6f3a80 keybindings for org-html-export 2019-10-09 17:45:17 +02:00
94ce52a70d Fix #1772: void-variable sly-contribs errors 2019-10-08 22:00:30 -04:00
3181933ed1 Minor refactoring and reformatting 2019-10-08 17:42:36 -04:00
9857b3d481 lang/clojure: fix repl handler #1714 2019-10-08 17:42:36 -04:00
1968a2ad1c Fix typo in CC README (gompany -> company) 2019-10-08 20:07:44 +13:00
c6d5fa601e lang/org: fix temporary agenda buffers if/when switched to 2019-10-07 23:20:23 -04:00
4289df5bc2 lang/clojure: fix repl handler #1714
Also: minor refactor
2019-10-07 20:19:43 -04:00
286024a48c modules/README: update links & alphabetize
And correct minor issues in lang/{elixir,ein}/README.org
2019-10-07 17:09:52 -04:00
2a943437a2 lang/python: fix missing +modeline-update-env-in-all-windows-h
...when :ui modeline is disabled.
2019-10-07 15:34:12 -04:00
11a6c03d69 Standardize naming of repl handler commands 2019-10-07 14:08:58 -04:00
01fa9ec169 lang/cc: update README 2019-10-07 12:59:11 -04:00
de223e7398 Fix #1858, #1689: don't kill temp agenda buffers (yet)
Some commands expect temporary org agenda buffers (opened by org-agenda)
to remain open, so instead of proactively killing them we remap
org-agenda-quit and org-agenda-Quit to org-agenda-exit, which does that
for us at a more appropriate time: when closing the agenda.
2019-10-07 12:54:45 -04:00
4761a7635a lang/julia: add julia-repl package
Mentioned in #1836
2019-10-04 22:14:05 -04:00
661290e8d7 lang/sh: fix +sh/open-repl 2019-10-04 22:04:47 -04:00
051bceb0a8 Refactor localleader keybinds #1270
Introduces a select few of the localleader keybind standards proposed in
issue #1270, corrects a few typos and introduces more localleader
keybinds in general.

Co-authored-by: yuhan0 <>
2019-10-04 22:04:47 -04:00
c21607ae66 lang/coq: general refactor
Potentially fixes #1854
2019-10-04 15:33:37 -04:00
f6a182d69c lang/org: clean up temp org-agenda buffers
Now auto-kills temporary agenda buffers, so long as they weren't already
opened by the user and doesn't exist in any other workspace.
2019-10-04 13:57:20 -04:00
423a38c758 lang/org: move contrib/+hugo -> contrib/hugo
+ Refill +hugo flag's description in the README
+ Lazy load ox-hugo localleader keybinds by package, rather than by
  keymap deferral
2019-10-04 12:37:41 -04:00
c023cef415 Merge pull request #1815 from bersace/pyenv-set-version-from-file
lang/python: recognize .python-version files
2019-10-04 12:13:03 -04:00
1a66742bfc Merge pull request #1729 from zenlor/feature/ox-hugo
lang/org: add +hugo feature
2019-10-04 12:11:15 -04:00
3eac1b296c Correct a requirement in README.org 2019-10-04 13:34:56 +02:00
ce6b2f8c71 move map! to the :preface section 2019-10-04 10:31:19 +02:00
16ea03df4d Set python version from .python-version file
This allow Doom Emacs to behave like shims, and respect Pyenv version
chosen by .python-version file.

Stolen from b252d252b0/layers/+lang/python/funcs.el (198).
2019-10-04 08:56:25 +02:00
d297dc6934 Minor refactor & comment revision across the board 2019-10-03 23:33:59 -04:00