fix: Use indent-relative in Kotlin buffers

This commit is contained in:
Vincent Ambo 2018-10-12 19:11:43 +02:00 committed by Vincent Ambo
parent ee143eaf14
commit dd2ba5aafc

View file

@ -55,7 +55,6 @@
(use-package paredit :hook ((lisp-mode . paredit-mode)
(emacs-lisp-mode . paredit-mode)))
(use-package multiple-cursors)
(use-package pinentry
:init
(setq epa-pinentry-mode 'loopback)
@ -125,7 +124,8 @@
(use-package jq-mode
:init (add-to-list 'auto-mode-alist '("\\.jq\\'" . jq-mode)))
(use-package kotlin-mode)
(use-package kotlin-mode
:bind (:map kotlin-mode-map ("<tab>" . indent-relative)))
(use-package markdown-mode
:init
@ -175,7 +175,6 @@
;; Some packages can only be initialised after the rest of the
;; settings has been applied:
(add-hook 'after-init-hook 'load-other-settings)
(put 'narrow-to-region 'disabled nil)
(put 'upcase-region 'disabled nil)