From 93bb8c2cc651dff3956cd079bc0f1616446f1750 Mon Sep 17 00:00:00 2001 From: Abraham Raji Date: Sat, 22 Sep 2018 14:59:41 +0530 Subject: [PATCH] more stuff --- config.org | 30 +++++++++++++++++++++++++++--- init.el | 22 +++++----------------- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/config.org b/config.org index 87a5c33..85b5d54 100644 --- a/config.org +++ b/config.org @@ -213,7 +213,7 @@ (require 'ox-md) #+END_SRC * Minted - #+BEGIN_SRC elisp + #+BEGIN_SRC emacs-lisp (add-to-list 'org-latex-packages-alist '("" "minted")) (setq org-latex-listings 'minted) (setq org-latex-pdf-process @@ -223,7 +223,7 @@ #+END_SRC * Dired - #+BEGIN_SRC elisp + #+BEGIN_SRC emacs-lisp (use-package dired-details) (use-package dired+) (use-package dired-open @@ -234,7 +234,7 @@ ("mp4" . "vlc") ("avi" . "vlc")))) #+END_SRC -* liso-theme +* lixso-theme #+BEGIN_SRC emacs-lisp (use-package liso-theme :ensure t @@ -245,3 +245,27 @@ (set-frame-parameter (selected-frame) 'alpha value) (transparency 90)) #+END_SRC + Who am I? + Packages Maintinance + auto-complete + flycheck + Title frame format + Org Settings + ido mode + Menu bar + Scrolling + Text + Babel + Quickly visit Emacs configuration + css-mode + One-line Settings + elpy + htmlize + matlab + org-mode Bullets + ox-reveal + try package + ox-md + Minted + Dired +24. liso-theme diff --git a/init.el b/init.el index e91fff4..808ad1e 100644 --- a/init.el +++ b/init.el @@ -1,26 +1,14 @@ - -;; 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) - -(org-babel-load-file (expand-file-name"~/.emacs.d/config.org")) +(org-babel-load-file (expand-file-name "~/.emacs.d/config.org")) +(fset 'yes-or-no-p 'y-or-n-p) +(global-set-key (kbd "") 'revert-buffer) (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. - '(ansi-color-faces-vector - [default default default italic underline success warning error]) - '(ansi-color-names-vector - ["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"]) - '(custom-safe-themes + '(package-selected-packages (quote - ("13a654e817774e669cc17ee0705a3e1dfc62aedb01005a8abe2f8930a1d16d2e" default))) - '(ibuffer-deletion-face (quote diredp-deletion-file-name)) - '(ibuffer-marked-face (quote diredp-flag-mark)) - '(package-selected-packages (quote (auto-compile use-package)))) + (dired-open dired+ dired-details use-package try org-bullets org liso-theme htmlize flycheck elpy auto-complete auto-compile)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.