Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 27, 2018
1 parent 130e189 commit 1c4a5a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,8 @@ In that case, insert the number."
:no-require
:bind (("C-c c" . compile)
("M-O" . show-compilation))
:bind (:map compilation-mode-map
("z" . delete-window))
:preface
(defun show-compilation ()
(interactive)
Expand Down
2 changes: 1 addition & 1 deletion lisp/use-package
Submodule use-package updated 1 files
+7 −7 use-package-ensure-system-package.el
1 change: 1 addition & 0 deletions org-settings.el
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ SCHEDULED: %t
'(org-deadline-warning-days 14)
'(org-default-notes-file "~/Documents/tasks/todo.txt")
'(org-directory "~/Documents/tasks/")
'(org-ditaa-jar-path "/run/current-system/sw/lib/ditaa.jar")
'(org-drawers (quote ("PROPERTIES" "CLOCK" "LOGBOOK" "OUT")))
'(org-edit-src-content-indentation 0)
'(org-enforce-todo-dependencies t)
Expand Down
2 changes: 1 addition & 1 deletion settings.el
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@
'(save-place-file "~/.emacs.d/data/places")
'(savehist-additional-variables
(quote
(tablist-named-filter file-name-history search-ring regexp-search-ring sr-history-registry kmacro-ring compile-history)))
(tablist-named-filter file-name-history sr-history-registry kmacro-ring)))
'(savehist-autosave-interval 60)
'(savehist-file "~/.emacs.d/data/history")
'(savehist-ignored-variables (quote (load-history flyspell-auto-correct-ring kill-ring)))
Expand Down

0 comments on commit 1c4a5a3

Please sign in to comment.