direnv
This commit is contained in:
parent
a23ec69399
commit
e7d3a3d2e4
1 changed files with 8 additions and 28 deletions
36
init.el
36
init.el
|
@ -51,7 +51,7 @@
|
||||||
:hook (after-init . doom-modeline-mode))
|
:hook (after-init . doom-modeline-mode))
|
||||||
(set-face-attribute 'default nil
|
(set-face-attribute 'default nil
|
||||||
:family "Meslo LG S DZ"
|
:family "Meslo LG S DZ"
|
||||||
:height 105
|
:height 125
|
||||||
:weight 'normal
|
:weight 'normal
|
||||||
:width 'normal)
|
:width 'normal)
|
||||||
|
|
||||||
|
@ -162,12 +162,16 @@
|
||||||
(lambda () (setq indent-tabs-mode nil)))
|
(lambda () (setq indent-tabs-mode nil)))
|
||||||
;; bazel / starlak
|
;; bazel / starlak
|
||||||
(use-package bazel-mode :ensure t)
|
(use-package bazel-mode :ensure t)
|
||||||
|
;; python
|
||||||
|
(use-package lsp-pyright
|
||||||
|
:ensure t
|
||||||
|
:hook (python-mode . (lambda ()
|
||||||
|
(require 'lsp-pyright)
|
||||||
|
(lsp)))) ; or lsp-deferred
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; code-with-fun
|
;; code-with-fun
|
||||||
(use-package org-jira :ensure t
|
|
||||||
:config
|
|
||||||
(setq jiralib-url "https://coordinatr.thomann.de"))
|
|
||||||
(use-package evil-org :ensure t
|
(use-package evil-org :ensure t
|
||||||
:after org
|
:after org
|
||||||
:hook (org-mode . (lambda () evil-org-mode)))
|
:hook (org-mode . (lambda () evil-org-mode)))
|
||||||
|
@ -199,8 +203,6 @@
|
||||||
company-minimum-prefix-length 2
|
company-minimum-prefix-length 2
|
||||||
company-require-match nil))
|
company-require-match nil))
|
||||||
|
|
||||||
(use-package company-box
|
|
||||||
:hook (company-mode . company-box-mode))
|
|
||||||
(use-package highlight-indentation :ensure t)
|
(use-package highlight-indentation :ensure t)
|
||||||
|
|
||||||
;; lsp
|
;; lsp
|
||||||
|
@ -370,28 +372,6 @@
|
||||||
"fT" 'treemacs-find-file
|
"fT" 'treemacs-find-file
|
||||||
"f M-t" 'treemacs-find-tag
|
"f M-t" 'treemacs-find-tag
|
||||||
|
|
||||||
;; Jira
|
|
||||||
"jpg" 'org-jira-get-projects
|
|
||||||
"jib" 'org-jira-browse-issue
|
|
||||||
"jig" 'org-jira-get-issues
|
|
||||||
"jij" 'org-jira-get-issues-from-custom-jql
|
|
||||||
"jih" 'org-jira-get-issues-headonly
|
|
||||||
"jiu" 'org-jira-update-issue
|
|
||||||
"jiw" 'org-jira-progress-issue
|
|
||||||
"jin" 'org-jira-progress-issue-next
|
|
||||||
"jia" 'org-jira-assign-issue
|
|
||||||
"jir" 'org-jira-refresh-issue
|
|
||||||
"jiR" 'org-jira-refresh-issues-in-buffer
|
|
||||||
"jic" 'org-jira-create-issue
|
|
||||||
"jik" 'org-jira-copy-current-issue-key
|
|
||||||
"jsc" 'org-jira-create-subtask
|
|
||||||
"jsg" 'org-jira-get-subtasks
|
|
||||||
"jcc" 'org-jira-add-comment
|
|
||||||
"jcu" 'org-jira-update-comment
|
|
||||||
"jwu" 'org-jira-update-worklogs-from-org-clocks
|
|
||||||
"jtj" 'org-jira-todo-to-jira
|
|
||||||
"jif" 'org-jira-get-issues-by-fixversion
|
|
||||||
|
|
||||||
;; Window
|
;; Window
|
||||||
"w" '(:ignore t :which-key "Window")
|
"w" '(:ignore t :which-key "Window")
|
||||||
"w=" 'balance-windows-area
|
"w=" 'balance-windows-area
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue