Commit Graph

3238 Commits

Author SHA1 Message Date
9568023b83 Remove default installation of lsp-julia 2020-04-08 14:52:45 -06:00
b2368527d3 Julia:added LSP and repl buffername uses workspace 2020-04-08 14:34:04 -06:00
8ecf393a3a Add back :commands and use :hook for org-roam 2020-04-08 21:24:49 +01:00
5153007b2d web: add +web-django-mode
This adds support for django templates.
2020-04-08 12:56:34 -07:00
b78fc4eb76 Minor refactor & reformatting across the board 2020-04-08 15:30:10 -04:00
2957f5ff28 lang/org: move submodule hooks to back of org hooks
So they have an opportunity to override defaults.
2020-04-08 15:30:10 -04:00
73f89fd907 Fix #2848: unset org-agenda-inhibit-startup 2020-04-08 15:30:09 -04:00
82312ac9aa Load org-roam after org-mode
Fix https://github.com/hlissner/doom-emacs/issues/2846
2020-04-08 13:10:17 +01:00
6d81f9b5f4 Merge pull request #2803 from jsravn/fix-inconsistent-uuidgen
Make uuidgen consistent for org-id-new
2020-04-07 17:38:27 -04:00
8a115642ab Merge pull request #2812 from yoavm448/tex-fold
Add +fold flag to lang/latex for TeX-fold
2020-04-07 17:37:47 -04:00
3ad5665e77 Merge pull request #2822 from UndeadKernel/fix-org_pretty_code
lang/org: pretty symbols for the old and new word case style
2020-04-07 17:33:47 -04:00
76097f84fa Merge pull request #2838 from patrl/remove-ivy-bibtex
Remove Ivy/helm-bibtex
2020-04-07 17:30:17 -04:00
e579a64e6e lang/latex: add basic prerequisites section to readme 2020-04-07 15:00:38 -04:00
a3a4ad3258 Modify readme to remove references to ivy/helm-bibtex 2020-04-07 13:16:48 -04:00
bee1a794a2 Remove redundant variable 2020-04-07 13:16:40 -04:00
854267905b Remove ivy/helm-bibtex packages 2020-04-07 13:16:22 -04:00
218c2da67c Remove redundant abstraction 2020-04-07 13:16:13 -04:00
5e35662b9f Add +fold flag to lang/latex for TeX-fold 2020-04-07 15:48:49 +03:00
dd94bd67ac Use filter-return for downcase of uuidgen 2020-04-07 10:22:05 +01:00
f8090fd09b Disable smartparens rules for org-mode
They're more troublesome than helpful, but we still want brace
autopairing, so leave smartparens-mode on.
2020-04-05 19:03:26 -04:00
2ceac53421 Prevent scrolling on magit refresh & toc-org 2020-04-04 01:27:41 -04:00
d87edaa44d lang/org: pretty symbols for old and new style
org-mode recently changed the standard for naming blocks.
Previously, it would use capitalized names; now it uses lower case
names.

E.g., #+BEGIN_SRC -> #+begin_src

Also, add a "quote" symbol for the #+begin_quote block.
2020-04-03 12:01:34 +02:00
7e40c1ebe3 Fix #2752: self-aborting company-box/docs 2020-04-02 00:46:58 -04:00
01b7b5818a lang/org: add org-roam to readme 2020-04-01 21:49:49 -04:00
c80573e5b7 Bump :lang org
emacs-straight/org-mode@ba68555 -> emacs-straight/org-mode@b993576
Kungsgeten/org-brain@cae8e22 -> Kungsgeten/org-brain@ec4bd9d
dzop/emacs-jupyter@de7af25 -> dzop/emacs-jupyter@3322ce7
2020-04-01 17:31:09 -04:00
bdbc8620e1 Bump :lang org +roam
jethrokuan/org-roam@b86d2c8 -> jethrokuan/org-roam@dfb8449
jethrokuan/company-org-roam@0d14bf5 -> jethrokuan/company-org-roam@063581d
2020-04-01 17:30:29 -04:00
23b3b8211a Fix #2811: expose more org-roam commands 2020-04-01 17:30:29 -04:00
4434abf1f4 Fix #2810: org-roam-directory is reset 2020-04-01 14:51:12 -04:00
86506eaa53 lang/haskell: fix +ghcide 2020-03-31 13:45:32 -04:00
ca10445837 Fix company-mlton #1947 2020-03-31 11:58:35 -04:00
f7fa3f3a86 Make uuidgen consistent for org-id-new
On macos/bsd systems, uuidgen produces all uppercase output. On
Linux/GNU systems it produces all lowercase output. This leads to
problems when managing org files across both systems (see e.g.
https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html).

This change adds a defadvice for `org-id-new` to always lowercase the
output of `uuidgen` so the behavior is consistent across platforms.
2020-03-31 12:33:16 +01:00
378cab0c16 Fix 'starts with non-prefix key M-SPC' error
Mentioned in #1947
2020-03-31 02:16:54 -04:00
d2efcfbb0c Update Clojure module README
+ Fix linter links to mention the currently used one
+ Add actual description for the module
2020-03-30 22:07:25 +03:00
ad70b82009 org-roam-show-graph -> org-roam-graph-show
org-roam-show-graph marked obsolete by org-roam commit 22b9d4b, see https://github.com/jethrokuan/org-roam/pull/363
2020-03-30 03:14:01 -04:00
5ce85b12d0 use-package -> use-package!
Mentioned in #2764
2020-03-29 22:04:15 -04:00
33b95c628a Add lang/sml module
Closes #1947
2020-03-29 19:40:37 -04:00
3a370343e2 Fix #2654: switch back to org-re-reveal
org-reveal is no longer maintained. org-re-reveal also possesses more
features.
2020-03-29 19:16:37 -04:00
a52cb71636 Merge pull request #2631 from karlicoss/fix-babel-python
Set org-babel-python-command to be same as python-shell-interpreter
2020-03-29 19:02:58 -04:00
f28a304abd Add +roam submodule to lang/org
Closes #2764, #2759
2020-03-29 19:02:09 -04:00
00a21e98f0 Add +ghcide flag to lang/haskell
Closes #2622
2020-03-29 19:02:09 -04:00
35f18c5e74 Temporary fix for Somelauw/evil-markdown#1 2020-03-29 18:19:55 -04:00
e5ac4cbff8 Merge pull request #2784 from jsravn/add-gnome-support-for-dragndrop
Add default gnome support for org +dragndrop
2020-03-29 01:31:27 -04:00
5033215150 Fix #2789: wrong init hooks for irony & rtags 2020-03-29 01:29:27 -04:00
cf180bea92 Remove ivy-erlang-complete
It's redundant with company-erlang, which uses ivy-erlang-complete as a
backend anyhow.

Fixes #2786
2020-03-28 20:08:24 -04:00
18d7064384 Add default gnome support for org +dragndrop
By default Gnome based distros (like Ubuntu) have `gnome-screenshot`
installed. This change modifies `+dragndrop` to support gnome-screenshot
by default.
2020-03-28 10:15:41 +00:00
7d71584a8d s/org-attach-directory/org-attach-id-dir
The former is deprecated.

Reported by @myshevchuk in 90ec41c
2020-03-27 22:23:20 -04:00
83b6f74d11 Minor refactors & reformatting 2020-03-27 21:39:27 -04:00
86194e2c53 Revert change to lang/rest in 9709d257d 2020-03-27 21:34:58 -04:00
be257140b4 Merge pull request #2782 from vqhuy/security
Fix TLS error caused by #2763
2020-03-27 21:27:12 -04:00
9709d257d9 Fix TLS error caused by #2763
Check whether the current gnutls library supports tls1.3
Add more tests for `doom/am-i-secure`
2020-03-28 02:24:12 +01:00