;;; .~ とかのバックアップファイルを作らない
(setq make-backup-files nil)
;;; .# とかのバックアップファイルを作らない
(setq auto-save-default nil)
;;; インデントを半角スペース4つに
(setq-default tab-width 4 indent-tabs-mode nil)
;;; カーソルを点滅
(blink-cursor-mode t)
;;; menu-bar を非表示
(menu-bar-mode 0)
;;; 拡張子 .ctp も php-mode で開く
(add-to-list 'auto-mode-alist '("\.ctp$" . php-mode))
;;; モードラインに行番号と列番号を表示
(line-number-mode t)
(column-number-mode t)
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme