org-modeも9.0になったことだし、Emacsのバージョンを上げた。
やったこと
*.elcの削除
cd ~/.emacs.d rm **/*.elc **/.*.elc
(when emacs24-p)
の記述を更新
localeをCに変更
;; set locale for date format (setq system-time-locale "C")
曜日が日本語になったので。
NEWSよりピックアップ
M-x view-emacs-news
(C-h n
)を実行するとoutline-modeでNEWSを読めて便利。
CLOS風の汎関数
** cl-generic.el provides CLOS-style multiple-dispatch generic functions. The main entry points are 'cl-defgeneric' and 'cl-defmethod'. See the node "Generic Functions" in the Emacs Lisp manual for more details.
GNU Emacs Lisp Reference Manual: Generic Functions
モードの追加
scss-mode、js-jsx-mode が追加されたと。
Etagsの対応言語追加
RubyとGoが追加されたと。