[Init] Reorganization

This commit is contained in:
Daniel - 2017-10-21 09:08:15 +02:00
parent d515b9480d
commit 563a24c79c
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 13 additions and 16 deletions

29
init.el
View File

@ -537,7 +537,7 @@ _h_ _l_ _o_k _y_ank
#'db/add-symbols-to-TeX-input-method)))
;; * Org Mode
;; * Some essential packages
(use-package org
:commands (org-agenda
@ -556,21 +556,6 @@ _h_ _l_ _o_k _y_ank
(run-with-timer 0 3600 #'org-clock-save)
(run-with-idle-timer 1200 t #'db/export-diary)))
(use-package org-ref
:defer t
:config (progn
(require 'org-ref-pdf)
(require 'org-ref-url-utils)))
;; * Some essential packages
(use-package crux
:commands (crux-eval-and-replace
crux-smart-open-line-above
crux-kill-whole-line
crux-cleanup-buffer-or-region))
(use-package db-utils
:commands (endless/fill-or-unfill
db/delete-trailing-whitespace-maybe
@ -1150,6 +1135,12 @@ _h_ _l_ _o_k _y_ank
(add-hook 'cperl-mode-hook 'prettify-symbols-mode)
(setq cperl-hairy nil)))
(use-package crux
:commands (crux-eval-and-replace
crux-smart-open-line-above
crux-kill-whole-line
crux-cleanup-buffer-or-region))
(use-package define-word
:commands (define-word-at-point define-word))
@ -1243,6 +1234,12 @@ _h_ _l_ _o_k _y_ank
:mode (("\\.html\\'" . nxml-mode)
("\\.xml\\'" . nxml-mode)))
(use-package org-ref
:defer t
:config (progn
(require 'org-ref-pdf)
(require 'org-ref-url-utils)))
(use-package page-break-lines
:commands (page-break-lines-mode)
:diminish page-break-lines-mode)