gtk apps use correct file dialog and add org-roam as melpaPackages

This commit is contained in:
Chris Cochrun 2023-04-11 09:39:37 -05:00
parent 97419879fb
commit 8c56d5706c
2 changed files with 4 additions and 2 deletions

View file

@ -124,6 +124,7 @@ with lib;
EDITOR = "emacsclient -t -a";
VISUAL = "emacsclient -c -a";
QT_LOGGING_RULES = "js=true; kwin_scripting=true";
GTK_USE_PORTAL = "1";
# Fixing Qt apps in other environments
# Thought I needed this but apparently they are working fine without it.
# QT_XCB_GL_INTEGRATION = "xcb_egl";