My simple Emacs configuration file

Source: Internet
Author: User

;;  Added by Package.el. This must come before configurations of;; installed packages.  Don ' t delete this line. If you don ' t want it,;; Just comment it out by adding a semicolon to the start of the line.;; You may delete these explanatory comments.(package-initialize) (Custom-set-variables;; Custom-set-variables was added by custom. ;; If you edit it by hand, you could mess it up and so is careful. ;; Your init file should contain only one such instance. ;; If there is more than one, the They won ' t work right.' (Custom-enabled-themes (Quote(Misterioso))) ' (Custom-safe-themes (Quote("6ee6f99dc6219b65f67e04149c79ea316ca4bcd769a9e904030d38908fd7ccf9" "4aee8551b53a43a883cb0b7f3255d6859d766b6c5e14bcb01bed572fcbef4328" "4CF3221FEFF536E2B3385209E9B9DC4C2E0818A69A1CDB4B522756BCDF4E00A4"Default)) ' (Inhibit-startup-screenT) ' (Package-selected-packages (Quote(Multi-term w3m cnfonts window-numbering darkokai-theme color-theme-sanityinc-solarized))) ' (Show-paren-modeT) ' (Tool-bar-modeNil)) (custom-set-faces;; Custom-set-faces was added by custom. ;; If you edit it by hand, you could mess it up and so is careful. ;; Your init file should contain only one such instance. ;; If there is more than one, the They won ' t work right.' (Default (T(: Family"Monaco": Foundry"Unknown": Slant Normal:weight Normal:height -: Width normal)))) (Tool-bar-mode0) (Menu-bar-mode0) (Scroll-bar-mode0) (Show-paren-modeT) (Global-linum-mode1) (Window-numbering-modeT) (Set-frame-parameter (selected-frame) ' Alpha (List  the  the)) (Add-to-list ' Default-frame-alist (Cons' Alpha (List  the  the))) (Add-to-list ' Custom-theme-load-path"~/.emacs.d/themes/");;( SETQ molokai-theme-kit t);;( Load-theme ' Monokai t);;( SETQ sanityinc-solarized-dark-theme-kit t)(Load-theme ' Sanityinc-solarized-dark);;( Load-theme ' Darkokai)(Setq-default cursor-type ' blink);;( Custom-set-faces ;; Custom-set-faces was added by custom. ;; If you edit it by hand, you could mess it up and so is careful. ;; Your init file should contain only one such instance. ;; If there is more than one, the They won ' t work right.;; ' (Default ((T (: Inherit nil:stipple nil:background "#242634": Foreground "#F8F8F2" )))))(setqX-select-enable-clipboard-managerNil) (Put ' downcase-region ' disabledNil)(setqC-default-style ' (Java-mode."Java") (Other."awk")));;; Windowmove-mode( when(FBOUNDP' Windmove-default-keybindings ' (windmove-default-keybindings) (Global-set-key (KBD"C-c B") ' Windmove-left ' (Global-set-key (KBD"C-c F") ' Windmove-right ' (Global-set-key (KBD"C-c P") ' Windmove-up ' (Global-set-key (KBD"C-c n") (Windmove-down));;( Set-frame-width (Selected-frame);;( Set-frame-height (Selected-frame);; bind the c-j to the specified line(Global-set-key (KBD"C-x c-j") ' Goto-line) (require' Package ' (add-to-list ' package-archives ') ("Melpa"."http://melpa.org/packages/")) (package-initialize);;( Set-default-font "Monaco-14")(Global-set-key (KBD"C-x T") ' Multi-term ' (display-time-mode1);; often display;;( SETQ Display-time-24hr-format t);; Format(setqDisplay-time-day-and-dateT);; Show time, week, date

Darkai, Monokai. Sanityinc-solarized-dark theme Please download on the official Emacs Extension Manager. (M-x package-list-packages)

My simple Emacs configuration file

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.