Use mu and emacs stuff from git branch. Remove some no longer used Packages.
This commit is contained in:
parent
33fbdd2b04
commit
f3fcee5d5a
1 changed files with 3 additions and 4 deletions
|
@ -79,7 +79,7 @@ let
|
||||||
( aspellWithDicts (d: with d; [ de en en-computers en-science ] ))
|
( aspellWithDicts (d: with d; [ de en en-computers en-science ] ))
|
||||||
];
|
];
|
||||||
|
|
||||||
emacs = stablepkgs.emacsWithPackages (epkgs: with epkgs; [
|
emacs = gitpkgs.emacsWithPackages (epkgs: with epkgs; [
|
||||||
/* Theming */
|
/* Theming */
|
||||||
solarized-theme color-theme-sanityinc-tomorrow moe-theme powerline moody minions
|
solarized-theme color-theme-sanityinc-tomorrow moe-theme powerline moody minions
|
||||||
/*General Stuff */
|
/*General Stuff */
|
||||||
|
@ -114,7 +114,7 @@ let
|
||||||
yaml-mode
|
yaml-mode
|
||||||
company
|
company
|
||||||
# Irony is currently broken.
|
# Irony is currently broken.
|
||||||
# /* C/C++ */ irony company-irony company-irony-c-headers flycheck-irony clang-format pkgs.clang-tools
|
/* C/C++ */ irony company-irony company-irony-c-headers flycheck-irony clang-format pkgs.clang-tools
|
||||||
/* Haskell */ haskell-mode flycheck-haskell
|
/* Haskell */ haskell-mode flycheck-haskell
|
||||||
/* Org */ org org-ref pdf-tools org-bullets org-caldav
|
/* Org */ org org-ref pdf-tools org-bullets org-caldav
|
||||||
/* Rust */ rust-mode flycheck-rust racer
|
/* Rust */ rust-mode flycheck-rust racer
|
||||||
|
@ -145,7 +145,7 @@ let
|
||||||
fetchmail
|
fetchmail
|
||||||
isync
|
isync
|
||||||
mailutils
|
mailutils
|
||||||
mu
|
gitpkgs.mu
|
||||||
pandoc
|
pandoc
|
||||||
postfix
|
postfix
|
||||||
];
|
];
|
||||||
|
@ -265,7 +265,6 @@ let
|
||||||
gnome3.gnome-terminal
|
gnome3.gnome-terminal
|
||||||
gnome3.gvfs
|
gnome3.gvfs
|
||||||
gvfs
|
gvfs
|
||||||
gitpkgs.krita gitpkgs.gmic_krita_qt
|
|
||||||
oneko
|
oneko
|
||||||
pcmanfm lxmenu-data shared_mime_info
|
pcmanfm lxmenu-data shared_mime_info
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
Loading…
Reference in a new issue