update gpg/clipboard config
This commit is contained in:
parent
a5bf7e5a2d
commit
782c792a7f
1 changed files with 11 additions and 6 deletions
|
@ -21,10 +21,14 @@
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
'(column-number-mode t)
|
'(column-number-mode t)
|
||||||
'(custom-enabled-themes (quote (tango-dark)))
|
'(custom-enabled-themes (quote (tango-dark)))
|
||||||
'(show-paren-mode t)
|
'(menu-bar-mode nil)
|
||||||
|
'(package-selected-packages (quote (pass pinentry)))
|
||||||
'(scroll-bar-mode nil)
|
'(scroll-bar-mode nil)
|
||||||
'(tool-bar-mode nil)
|
'(show-paren-mode t)
|
||||||
'(menu-bar-mode nil))
|
'(tool-bar-mode nil))
|
||||||
|
|
||||||
|
;; yank at cursor not mouse pointer
|
||||||
|
(setq mouse-yank-at-point t)
|
||||||
|
|
||||||
;; make the screen go down with one line & mouse wheel support
|
;; make the screen go down with one line & mouse wheel support
|
||||||
(setq scroll-step 1)
|
(setq scroll-step 1)
|
||||||
|
@ -47,6 +51,10 @@
|
||||||
;; no am/pm in timestamps
|
;; no am/pm in timestamps
|
||||||
(setq display-time-24hr-format t)
|
(setq display-time-24hr-format t)
|
||||||
|
|
||||||
|
;; clipboard yanking is possible with middle mouse button now
|
||||||
|
(setq x-select-enable-clipboard t
|
||||||
|
x-select-enable-primary t)
|
||||||
|
|
||||||
;; enable some commands disabled by default
|
;; enable some commands disabled by default
|
||||||
(put 'narrow-to-region 'disabled nil)
|
(put 'narrow-to-region 'disabled nil)
|
||||||
(put 'upcase-region 'disabled nil)
|
(put 'upcase-region 'disabled nil)
|
||||||
|
@ -64,9 +72,6 @@
|
||||||
;; tramp mode ssh (faster)
|
;; tramp mode ssh (faster)
|
||||||
(setq tramp-default-method "ssh")
|
(setq tramp-default-method "ssh")
|
||||||
|
|
||||||
;; gpg gui fix
|
|
||||||
(setenv “GPG_AGENT_INFO” nil)
|
|
||||||
|
|
||||||
;; include other configs
|
;; include other configs
|
||||||
;; calendar-mode
|
;; calendar-mode
|
||||||
(if (file-exists-p "~/.emacs.d/calendar.el")
|
(if (file-exists-p "~/.emacs.d/calendar.el")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue