more stuff

This commit is contained in:
Abraham Raji 2018-09-22 14:59:41 +05:30
parent 3450889dd1
commit 93bb8c2cc6
2 changed files with 32 additions and 20 deletions

View File

@ -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

22
init.el
View File

@ -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 "<f5>") '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.