Assorted changes to configuration files
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
;; set default font
|
;; set default font
|
||||||
(when (member "Fantasque Sans Mono" (font-family-list))
|
(when (member "Fantasque Sans Mono" (font-family-list))
|
||||||
(set-face-attribute 'default nil :font "Fantasque Sans Mono-15"))
|
(set-face-attribute 'default nil :font "Fantasque Sans Mono-20"))
|
||||||
|
|
||||||
;; Always use slant for italic, not underline
|
;; Always use slant for italic, not underline
|
||||||
'(italic ((t (:slant italic))))
|
'(italic ((t (:slant italic))))
|
||||||
|
|||||||
@@ -54,8 +54,8 @@
|
|||||||
(shell . t)))
|
(shell . t)))
|
||||||
|
|
||||||
;;bullets in org-mode
|
;;bullets in org-mode
|
||||||
(require 'org-bullets)
|
;;(require 'org-bullets)
|
||||||
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
|
;;(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
|
||||||
|
|
||||||
;; default apps to open files with org-mode
|
;; default apps to open files with org-mode
|
||||||
(setq org-file-apps
|
(setq org-file-apps
|
||||||
|
|||||||
@@ -74,8 +74,8 @@
|
|||||||
(add-hook 'after-change-major-mode-hook 'remove-scratch-buffer)
|
(add-hook 'after-change-major-mode-hook 'remove-scratch-buffer)
|
||||||
|
|
||||||
;; Removes *messages* from the buffer.
|
;; Removes *messages* from the buffer.
|
||||||
;;(setq-default message-log-max nil)
|
(setq-default message-log-max nil)
|
||||||
;;(kill-buffer "*Messages*")
|
(kill-buffer "*Messages*")
|
||||||
|
|
||||||
;; Removes *Completions* from buffer after you've opened a file.
|
;; Removes *Completions* from buffer after you've opened a file.
|
||||||
(add-hook 'minibuffer-exit-hook
|
(add-hook 'minibuffer-exit-hook
|
||||||
|
|||||||
Reference in New Issue
Block a user