Bladeren bron

misc changes

pull/1/head
10sr 12 jaren geleden
bovenliggende
commit
f3b589680c
2 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  1. +4
    -0
      emacs.el
  2. +1
    -0
      tmux.conf

+ 4
- 0
emacs.el Bestand weergeven

@@ -506,6 +506,8 @@ Return nil if library unfound and failed to download, otherwise the path where t
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; buffer killing

(defun my-delete-window-killing-buffer () nil)

(defun my-query-kill-this-buffer ()
""
(interactive)
@@ -514,6 +516,8 @@ Return nil if library unfound and failed to download, otherwise the path where t
(substitute-key-definition 'kill-buffer 'my-query-kill-this-buffer global-map)
;;(global-set-key "\C-xk" 'my-query-kill-this-buffer)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; package

'(setq package-archives '(("ELPA" . "http://tromey.com/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")


+ 1
- 0
tmux.conf Bestand weergeven

@@ -1,6 +1,7 @@
unbind C-b
set -g prefix C-z
bind-key C-z send-prefix
bind-key C command-prompt "new-window '%%'"

set -g default-command /bin/bash
set -g default-terminal screen-256color


Laden…
Annuleren
Opslaan