Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created March 27, 2015 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/6d9477720ccf43440833 to your computer and use it in GitHub Desktop.
Save shigemk2/6d9477720ccf43440833 to your computer and use it in GitHub Desktop.
(require 'cask "~/.cask/cask.el")
(cask-initialize)
;; init-loader
(custom-set-variables
'(init-loader-show-log-after-init 'error-only))
(init-loader-load (concat user-emacs-directory "inits"))
;;; emacs起動時にエラーを報告する
(setq init-loader-show-log-after-init t)
(put 'downcase-region 'disabled nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment