init.el
changeset 47 3415a60d5fd0
parent 46 2c6b198426df
child 48 f17ebf233431
equal deleted inserted replaced
46:2c6b198426df 47:3415a60d5fd0
    53          ((string-match "lhoersten-66113" (system-name)) "Ubuntu Mono-10.5")
    53          ((string-match "lhoersten-66113" (system-name)) "Ubuntu Mono-10.5")
    54          ("Ubuntu Mono-10.5")))
    54          ("Ubuntu Mono-10.5")))
    55 
    55 
    56       (tool-bar-mode -1)      ; remove tool bar
    56       (tool-bar-mode -1)      ; remove tool bar
    57       (scroll-bar-mode -1)    ; remove scroll bar
    57       (scroll-bar-mode -1)    ; remove scroll bar
       
    58       (menu-bar-mode -1)      ; remove menu bar
    58       (visual-line-mode t)    ; word wrap break on whitespace
    59       (visual-line-mode t)    ; word wrap break on whitespace
    59       (set-frame-font (get-font)))
    60       (set-frame-font (get-font))))
    60   (menu-bar-mode -1))
       
    61 
    61 
    62 ;;; terminal
    62 ;;; terminal
    63 (global-set-key (kbd "C-c s") 'eshell) ; start shell
    63 (global-set-key (kbd "C-c s") 'eshell) ; start shell
    64 (add-hook
    64 (add-hook
    65  'eshell-mode-hook
    65  'eshell-mode-hook