(define-key global-map [(control x) return] nil) (setq c-recognize-knr-p nil) (setq minibuffer-max-depth nil) (setq line-number-mode 1) (setq-default indent-tabs-mode nil) (setq c-indent-level 0) (setq c-continued-statement-offset 0) (setq c-argdcl-indent 0) (setq c-brace-offset -4) (display-time) (global-set-key "\M-g" 'goto-line) (set-face-background 'default "cornsilk") (global-font-lock-mode t) (setq-default font-lock-maximum-decoration 3) (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(display-time-mode t) '(line-number-mode 1)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) (setq backup-directory-alist `(("." . "/home/marlowa/emacs-backup-files")))