Skip to content

Commit

Permalink
emacs: adapted config changes from slackware
Browse files Browse the repository at this point in the history
I like the idea of having no deps on gconf/gsettings, since
emacs users are possibly more emacs-centric, than gnome-
centric.

OTOH a GTK-3 facelift for the dinosaur, why not?
  • Loading branch information
thomas committed Aug 28, 2018
1 parent 9eac689 commit 3b33dab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion emacs.be0
Original file line number Diff line number Diff line change
@@ -21,7 +21,12 @@ mee_patch() {
}

mee_configure() {
bee_configure
bee_configure \
--without-gconf \
--without-gsettings \
--with-x \
--with-x-toolkit=gtk3

}

mee_build() {

0 comments on commit 3b33dab

Please sign in to comment.