global-mode.el 562 Bytes
(use-package smex
  :config (smex-initialize)
  :bind (("M-x" . smex)))


(use-package neotree
  :bind (([f8] . neotree-toggle)))


(use-package magit
  :bind (("C-c g" . magit-status)))


(windmove-default-keybindings)

(global-set-key (kbd "M-<left>") 'shrink-window-horizontally)
(global-set-key (kbd "M-<right>") 'enlarge-window-horizontally)
(global-set-key (kbd "M-<down>") 'shrink-window)
(global-set-key (kbd "M-<up>") 'enlarge-window)


(setq make-backup-files nil)
(setq auto-save-default nil)



(setq backup-inhibited t)
(setq auto-save-default nil)