summaryrefslogtreecommitdiffstats
path: root/.config/emacs/org
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-01 02:50:56 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-01 02:50:56 +0200
commita86e956b2eb8c384a70f2da2d77e83a9e8bd7787 (patch)
tree1f0c104b247382206b3ed6e411b9b6d2e0c84f58 /.config/emacs/org
parentswitched to picom (diff)
downloaddotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.gz
dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.bz2
dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.xz
dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.tar.zst
dotfiles-bsd-a86e956b2eb8c384a70f2da2d77e83a9e8bd7787.zip
udpates, added config for cava
Diffstat (limited to '.config/emacs/org')
-rw-r--r--.config/emacs/org/config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org
index 245ad09..a627e92 100644
--- a/.config/emacs/org/config.org
+++ b/.config/emacs/org/config.org
@@ -79,7 +79,7 @@
helm helm-xref helm-lsp helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile
projectile
org-evil
- company company-box
+ company company-box company-go company-fuzzy company-nginx
which-key
magit
undo-tree
@@ -101,6 +101,7 @@
org-superstar toc-org
pdf-tools
dockerfile-mode
+ go-mode
web-mode
ssh sudo-ext
vimish-fold
@@ -643,6 +644,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
(define-key company-search-map (kbd "C-j") 'company-select-next)
(define-key company-search-map (kbd "C-k") 'company-select-previous)
(define-key company-search-map (kbd "C-t") 'company-search-toggle-filtering)
+ (define-key company-search-map (kbd "C-i") 'company-complete-common)
;; (push 'company-lsp company-backends)
;; (setq company-transformers nil company-lsp-async t company-lsp-cache-candidates nil)
(add-hook 'company-mode-hook 'company-box-mode)