mirror of
https://github.com/vale981/dotfiles
synced 2025-03-04 17:11:39 -05:00
emacs
This commit is contained in:
parent
761e930125
commit
fc9dc27cc8
1 changed files with 1 additions and 13 deletions
|
@ -454,16 +454,6 @@ Use abbrev for greek input.
|
|||
(setq-default abbrev-mode t)
|
||||
#+end_src
|
||||
|
||||
*** Outline Magic
|
||||
#+begin_src emacs-lisp :tangle yes
|
||||
(use-package outline-magic
|
||||
:config
|
||||
(eval-after-load 'outline
|
||||
'(progn
|
||||
(require 'outline-magic)
|
||||
(define-key outline-minor-mode-map (kbd "<C-tab>") 'outline-cycle))))
|
||||
#+end_src
|
||||
|
||||
*** Hydra
|
||||
#+begin_src emacs-lisp :tangle yes
|
||||
(use-package hydra)
|
||||
|
@ -973,7 +963,7 @@ For =ox-hugo=.
|
|||
(add-hook 'org-babel-after-execute-hook 'org-display-inline-images 'append)
|
||||
(setq org-startup-with-inline-images t)
|
||||
(setq imagemagick-types-inhibit t)
|
||||
(define-key org-mode-map (kbd "M-<shift>-<return>")
|
||||
(define-key org-mode-map (kbd "M-j")
|
||||
#'(lambda ()
|
||||
(interactive)
|
||||
(org-babel-execute-src-block)
|
||||
|
@ -992,8 +982,6 @@ And dont evaluate code again.
|
|||
(setq org-export-use-babel nil)
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
|
||||
Automatically tangle on save.
|
||||
#+begin_src emacs-lisp :tangle yes
|
||||
(add-hook 'org-mode-hook
|
||||
|
|
Loading…
Add table
Reference in a new issue