Bläddra i källkod

misc changes

pull/1/head
10sr 12 år sedan
förälder
incheckning
f3b589680c
2 ändrade filer med 5 tillägg och 0 borttagningar
  1. +4
    -0
      emacs.el
  2. +1
    -0
      tmux.conf

+ 4
- 0
emacs.el Visa fil

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

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


Laddar…
Avbryt
Spara