Browse Source

misc changes

pull/1/head
10sr 12 years ago
parent
commit
f3b589680c
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      emacs.el
  2. +1
    -0
      tmux.conf

+ 4
- 0
emacs.el View File

@@ -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 View File

@@ -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


Loading…
Cancel
Save