indent-tabs-mode nil
tab-width 4
;; cursor shape
- cursor-type 'bar)
+ cursor-type t)
;; unicode support
(comment
("C-c e u" . emacs-uptime)
("C-c e v" . emacs-version)
+ ("C-c f ." . find-file)
+ ("C-c f d" . find-name-dired)
+ ("C-c f l" . find-library)
+
("C-c F m" . make-frame-command)
("C-c F d" . delete-frame)
("C-c F D" . server-edit)
("C-S-h C" . describe-char)
("C-S-h F" . describe-face)
+ ("C-c x" . execute-extended-command)
+
("C-x k" . b/kill-current-buffer)
("C-x K" . kill-buffer)
("C-x s" . save-buffer)
:custom
(recentf-max-saved-items 2000))
-;; smart M-x enhancement (needed by counsel for history)
-;; (use-package smex)
-
-(bind-keys
- ("C-c f ." . find-file)
- ("C-c f d" . find-name-dired)
- ("C-c f l" . find-library)
- ;; ("C-c f r" . recentf-open-files)
- ("C-c x" . execute-extended-command))
-
(comment
(use-package ido
:demand